💻A bot and future website that gets github data using the github API If you do not want to install the bot via code and host it yourself your more then welcome to use my link for it and invite it to your server to get updates whenever they happen! Invite Link For Bot
- Get a bot token from the discord bot development portal if you need help please go to this video
- Then replace where it says token on the last line to the actual token. This can be put in a variable, doesnt matter
- Install the required packages listed below
pip install discord.py
pip install PyGithub requests
I plan to continue updating this project eventually making it into a webiste so keep your eyes peeled! If you have any suggestions feel free to contact me on twitter or submit a pr if you have code
The website is fairly easy to use I used heroku to deploy but you can use any hosting service you want that works with flask. However, for heroku if you want to use it please install all the files in the folder. If your not using heroku you can delete the following files:
- Procfile
- wsgi.py
- requirements.txt
Also please run this command to install all the modules
pip install -r requirements.txt