projects-jenz/event_notification/python
2022-07-07 18:20:59 +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 added delay for running commands in rcon channel, updated scraping to be even more generic. 2022-06-25 13:40:30 +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