Skip to content

Telegram bot which notifies when someone looks at your GitHub profile

Notifications You must be signed in to change notification settings

nishanb/Github-Profile-View-Telegram-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Profile View Notifier

Telegram bot which notifies when someone looks at your GitHub profile

Demo

drawing

Usage

Setup with Docker

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Releases

No releases published

Packages

No packages published