MenzaScraper is a small project that notifies you when your favorite food is available in the CTU canteen.
- Get discord notifications for your favorite meals.
- Scrape lunch menus from CTU canteens.
- Easy to configure and use.
- Supports multiple canteens.
-
Clone the repository:
git clone https://github.com/Floxicek/MenzaScraper.git
-
Navigate to the project directory:
cd MenzaScraper
-
Install the required dependencies:
pip install -r requirements.txt
-
Configure your settings in
config.json
. id of the canteen is clPodsystem=2 in the URL select which food you want to get notified for -
Create and add your discord Webhook in
.env
. how to create a discord webhookWEBHOOK_URL=https://discord.com/api/webhooks/yoursecretcreds NOTION_TOKEN=1234567890abcdef1234567890abcdef
-
Run the scraper:
python main.py
TBA
I suggest running the scraper using cron to get notified regularly
This project is licensed under the MIT License.