https://github.com/pyvec/pyvo-bot
https://github.com/pyvec/pyvo-bot
hacktoberfest
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyvec/pyvo-bot
- Owner: pyvec
- License: mit
- Created: 2022-09-29T15:40:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T13:27:42.000Z (over 3 years ago)
- Last Synced: 2026-03-31T06:30:19.600Z (3 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyvo-bot
A bot 🤖 which reminds people that the [Pyvo](https://pyvo.cz) meetup 🍻 is coming!
## Usage
Currently, the bot supports only [Telegram](https://telegram.org/) 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](https://t.me/pyvopraha) Telegram channel.
## Development
Initial setup:
```bash
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
```
Run the code:
```bash
python3 main.py
```
## To Do
* refactor code (functions could be more decoupled)
* write tests
Contributions are welcome.
## Credits
Inspired by [honzajavorek/pyvo_bot](https://github.com/honzajavorek/pyvo_bot).
## License
[MIT](LICENSE)