Capsule Cat Discord Bot
- Download the repo
- Create a
.env
file at the root of the project. - Add your keys, see the
.env.template
file. TheTOKEN
key is your Discord bot token. For Reddit, you'll need to create an app.
!ban <mention>
!unban <mention>
!kick <mention>
!gwei
!amd
!bb
!evga
!zotac
!apex
!berd
!server
This bot will crawl Reddit for tech deals and game deals. See the src/automation
folder on how to create a new crawler. Don't forget to add it to the src/index.js
file.
- Sign up for an account: https://data.defipulse.com/signup
- See docs on how to use api key: https://docs.ethgasstation.info/gas-price
Run the scripts in deployment
. You will need to remember to create a .env
file with your TOKEN
in it for your discord bot. Deployment uses pm2, so you can use the ecosystem.config.js
file for easy deployment.
- See discord.js
- See discord.js guide