A bot 🤖 which reminds people that the Pyvo meetup 🍻 is coming!
Currently, the bot supports only Telegram and can be found at https://t.me/pyvo_bot. The bot runs once per day here using the CircleCI build. It loads iCalendar feed of Pyvo Praha and checks when is the next meetup. If it's about to be soon, it notifies the Pyvo Praha Telegram channel.
Initial setup:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
Run the code:
python3 main.py
- refactor code (functions could be more decoupled)
- write tests
Contributions are welcome.
Inspired by honzajavorek/pyvo_bot.