issues
search
BytePSU
/
internship-bot
Internships are hard to spot. BytePSU, the Computing Society at PSU Hazleton, aims to package new internship postings with a Discord bot.
MIT License
0
stars
0
forks
source link
Beefy pull request, check description
#16
Closed
accountrev
closed
1 year ago
accountrev
commented
1 year ago
bot.py
Add exception messages for get_internship and update
Initialize internship_data from the Bot class for globalization
Add automatic internship updates every 15 minutes (update)
Move internship embed creation into a separate method
Create bot presence method to display the amount of internships available on the bot account
Add random internship command
More console logging
internships.py
Change update method name to get_internships_file
Add filter parameter to get_internships_file
Create update_file method
Create open_file method
Create check_for_update method
color.py
Fix int exception when trying to convert an empty image to a color
requirements.txt
Add python-dotenv
Add requests
bot.py
internships.py
color.py
requirements.txt