BytePSU / discord-bot

MIT License
0 stars 0 forks source link

Personalized internships command #6

Open accountrev opened 8 months ago

accountrev commented 8 months ago

Make a command that allows the user to select some filters in order to get internships that suits their needs.

For example: if a user wanted all internships that are Summer 2024, has a requirement of Undergraduate (Sophomore), and a certain salary, then the bot should filter by these preferences.

AdamPSU commented 8 months ago

We could maybe experiment with discord.py's button functionality and simply have a forwards and backwards button to load multiple internships en masse.

jdc308 commented 8 months ago

Can the bot automatically post new internships to the chat when they are posted?

AdamPSU commented 8 months ago

Not yet, that'll probably be towards the end as we'll have to deploy our bot onto a cloud service so that it runs continuously. Right now, it only ever runs whenever we hit "run" on our file.