Skip to content

pyvec/pyvo-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages