Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
/ ctf_reminder Public archive

CTFTime RSS feed parser and reminder bot for Telegram

License

Notifications You must be signed in to change notification settings

TheZ3ro/ctf_reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctf_reminder

CTFTime RSS feed parser and reminder bot for Telegram

Requires:

  • python3
  • feedparser (for RSS feed)
  • python-telegram-bot (for the telegram bot)
  • python-dateutil (for date operations)
  • pyyaml (for storing backup data)
  • pytz (for timezone info)

Install dependency
pip3 install feedparser python-telegram-bot python-dateutil pyyaml

Run bot
BOT_TOKEN=<token> python3 bot.py

About

CTFTime RSS feed parser and reminder bot for Telegram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages