A Discord bot that sends a message to a given channel when a posting is added/modified to the Simplify and PittCSC internship table. https://github.com/pittcsc/Summer2024-Internships
BOT SERVER INVITE LINK: https://discord.com/api/oauth2/authorize?client_id=1123355241363030079&permissions=3072&scope=bot
https://replit.com/@EeshaUlhaq1/SimplifyBot#main.py
python3 -m pip install requests
pip3 install discord
pip3 install python-dotenv
If starting with a new bot, follow similar steps as this tutorial to get the new bot set up: https://www.youtube.com/watch?v=0g-Ln8Zm-jg
Keeping the bot alive on Replit https://www.youtube.com/watch?v=ddiy2WkwW1U
https://www.youtube.com/watch?v=1qPDN_iTAEI
- Invite the bot to a server
- Generate and copy the discord token in in an .env file set your token string DISCORD_TOKEN= "{DiscordBotID}"
Replace owner = "Eeshau" with "pittcsc" or your Github username if playing around with a forked repo