A bot that fetches an article daily from readsomethinggreat.
To simplify the workflow of a bot that can give an article daily to read and also provide certain utility features.
This project includes:
- A bot that can fetch an article daily from readsomethinggreat.
- Also fetches an article randomly whenever asked from a set of given categories. use
*get help
for more information.
Requirements:
- Node.js >= 16.6.0
- discord.js
- other dependencies in
package.json
Procedure:
- Clone the repository
git clone https://github.com/devlup-labs/discord-article-bot.git
cd <project-directory>/discord-article-bot/
npm install
- Copy .env file
cp .env.example .env
- Runs the server for development
npm start
Get your Discord bot token in Discord Developer Site