Telegram bot which notifies when someone looks at your GitHub profile
You can run Profile Watcher from docker, you can build your own image using
docker build -t github-view-notifier:latest .
To depoly a Profile Watcher instance using docker container you can run the following:
docker run -d -p 80:5000 -e USER_CHAT_ID=<id> -e BOT_TOKEN=<token> github-view-notifier:latest
Now to access the webhook go to browser or postman and paste url http://localhost/github
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.