Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 837 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 837 Bytes

pyvo-bot

A bot 🤖 which reminds people that the Pyvo meetup 🍻 is coming!

Usage

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.

Development

Initial setup:

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Run the code:

python3 main.py 

To Do

  • refactor code (functions could be more decoupled)
  • write tests

Contributions are welcome.

Credits

Inspired by honzajavorek/pyvo_bot.

License

MIT