Skip to content

DonutByte/yth-event-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yth-event-notifier

telegram bot to notify users of upcoming events in the yth calander (excel)

installation

git clone https://github.com/Donut100/yth-event-notifier.git
cd yth-event-notifier
cd src

setup

before you can run the script, you'll have to set up a few things:

  1. create a creds.py inside the creds.py file fill in the details:
BOT_TOKEN = '<your telegram bot token>'
DOWNLOAD_URL = '<a download link for the excel>'
  1. create an empty json file called userdata.json
cd .. # go to the root directory

in userdata.json:

{}

running the bot

Bot is running on python version 3.9.5 after the setup you may start the bot make run it while in the src directory

# for windows
pip install -r requirements.txt
cd src
python main.py

# for MacOs / Linux
pip3 install -r requirements.txt
cd src
python3 main.py

About

telegram bot to notify users of upcoming events in the yth calander (excel)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages