What is this?
TeleRaid focuses on receiving webhook data from various services to display upcoming Raids in a Telegram Channel to notify its Users and let them vote for attendance.
How to install?
git clone https://github.com/Arengo/TeleRaid.git
cd TeleRaid
pip install -r requirements.txt
How to update?
git pull
pip install -r requirements.txt --upgrade
Check for changes in the config.example.py file and adjust your config.py accordingly.
How to use?
- Put your Telegram 
bot_idas well as thechat_idyou want to send notifications to, into theconfig.example.pyfile by replacing the placeholders#Placeholder#. - Specify a webhook address to listen to into 
config.example.py, default is127.0.0.1:4001. - Rename 
config.example.pytoconfig.py. - Setup your service to send webhooks to above’s address.
 - Run the bot with
    
python teleraid.py 
Have fun :-)