Giter Site home page Giter Site logo

bot-super-duck's Introduction

Super Duck (Developing)

Feature:

  • Check ping
  • Check the bot works
  • Automatically reminding it to rain every morning (At 7:30 am)
  • Automatically check the schedule for tomorrow's power cut in Hanoi (Automatically sent at 8pm the previous day)
  • ...

Requirements

  • Node 19.1.0
  • Git

Common setup

Clone the repo and install the dependencies.

git clone https://github.com/vietvd13/bot-super-duck.git
cd bot-super-duck
npm install

Configuration information of the bot (config/index.json)

{
  "DISCORD_APPLICATION_ID": "DISCORD_APPLICATION_ID",
  "DISCORD_PUBLIC_KEY": "DISCORD_PUBLIC_KEY",
  "DISCORD_TOKEN": "DISCORD_TOKEN",

  "COMMAND_PREFIX": "$",

  "CHANNEL_ID_RUN_JOB": "The ID of the channel you want the bot to automatically send every day",

  "OPENWEATHERMAP_URL_API": "https://api.openweathermap.org/data/2.5/",
  "OPENWEATHERMAP_API_KEY": "OPENWEATHERMAP_API_KEY",
  "OPENWEATHERMAP_LOCATION": "Location to get weather information"
}

To start the express server, run the following

npm run start

bot-super-duck's People

Contributors

vietvd13 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.