A Telegram bot that keeps you in the loop by monitoring GitHub and StackOverflow activity.
- Instant Telegram notifications for:
- New GitHub issues, pull requests, commits, comments
- New StackOverflow questions, answers, comment activity
- Customizable tags and filters (e.g.
workandhobbycategories).
To run Observer locally, make sure you have Docker Compose installed.
git clone git@github.com:onemoreslacker/observer.gitmake up # start application in verbose mode
make up-silent # start application in silent mode
make down # stop applicationThat's it! Your bot should now be up and running.
Edit deploy/.env file with your actual GitHub, StackOverflow and Telegram tokens
as well as Postgres environment variables.
