projects-jenz/event_notification/python
2024-06-08 22:20:57 +02:00
..
create_tables.sql initial release of event notifier 2022-06-19 13:40:27 +02:00
discord_event.py added hour check to avoid hours with no restrictions 2022-07-07 18:20:59 +02:00
main.py initial release of event notifier 2022-06-19 13:40:27 +02:00
pipelines.py changed posting events slightly to be bold, updated pipeline to not accidentally delete wrong event, updated scraper to skip leader field but also handle if its not present at all 2022-06-20 21:01:10 +02:00
README.md initial release of event notifier 2022-06-19 13:40:27 +02:00
scrape_event.py fixed rewards and maybe time too? 2024-06-08 22:20:57 +02:00
scrapy_settings.py initial release of event notifier 2022-06-19 13:40:27 +02:00
scrapy.cfg initial release of event notifier 2022-06-19 13:40:27 +02:00

source venv/bin/activate pip3 list pip3 install mysql-connector-python pip3 install discord.py pip3 install scrapy