A discord bot for https://github.com/mitsuki-jpg/GitBits written in python.
Bot Tasks
- Sends an embed to the discord server in the selected text channel whenever the github repository is updated.
Installation guide
- Install Python (https://www.python.org/downloads/).
- Create a Discord account and set up a new bot on the Discord Developer Portal.
- Invite the bot to your Discord server.
- Edit
main.pyand replace'YOUR_BOT_TOKEN'with the actual token you obtained from the Discord Developer Portal, andYOUR_DISCORD_CHANNEL_IDwith the ID of the Discord channel where you want the bot to send messages. - Run terminal and do
pip install discord.py requeststo install required libraries. - Start bot with
python main.py