This repository is dedicated to the noble pursuit of food hunting! 🍕🍣🍩 We operate a Discord bot that provides daily updates on free food events at USF. Additionally, we offer a web page to display these food events.
Step 1: Clone the repository
Step 2: Install the required packages
pip install -r requirements.txt- Run the bot
python bot.py- 📅 Provides information about free food events at 12am every day
- 🤖 Responds to user's command '!food' to give the food events from the current time to the end of the day
| Version | Features |
|---|---|
| v0.1 | - Create a Discord bot - Scrape the free food events from BullsConnect - Send the food events to the Discord channel at 12am every day - Respond to user's command '!food' to give the food events from the current time to the end of the day |
| v0.2 (Upcoming) | - Create a web page to display the food events - Train AI to classify food types from descriptions |