Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.11 KB

About

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


Set up completly new bot

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

  1. Invite the bot to a server
  2. 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