This is bot is a project I made during my free time when I was following my web dev bootcamp. it was originally intended to deliver docs for my coding team when we needed it, but quickly became member of the team that helped us with task that we didn't imagine we needed
- node.js (>=v16.17.0)
- discord.js (>=v13.5.0)
- clone this repository
- create a new bot app on discord dev dashboard
- cd to the bot directory
- make the install script executable :
# chmod u+x install.sh
- use it to install the bot, answer the questions and your all set up :
./install.sh
- now launch the bot using
$ node main.js
- if you want it to run when terminal is closed you can run it using nohup :
nohup node main.js
- if you are deploying to EC2 use screen to launch it and be able to logout :
$ node main.js
$ screen #then hit ctrl + a then d
$ logout
for now, the bot is only made for use by my team, but you can follow the installation instructions to install the project and launch it to your server
- node.js
- javascript
- discord.js
- AWS EC2 for deployment (under ubuntu 20.04 LTS)
- cron services with node-schedule-tz
- puppeteer for the DevDocs scrapper
👤 Anthony Charpenay
- Github: @talmidiel
- Linkedin: @Anthony Charpenay
you can feel free to fork this repo and try to tweak this project, however i wont accept direct contrtibutions to this project as i want to keep it personnal
Give a ⭐️ if this project helped you!
Copyright © 2021 Anthony Charpenay.
This project is MIT licensed.
Base template for this README was generated with ❤️ by readme-md-generator