An open API service indexing awesome lists of open source software.

https://github.com/nishanb/github-profile-view-telegram-notifier

Telegram bot which notifies when someone looks at your GitHub profile
https://github.com/nishanb/github-profile-view-telegram-notifier

about-me bot github profile-readme telegram telegram-bot telegram-notify telgrambot webhooks

Last synced: about 1 month ago
JSON representation

Telegram bot which notifies when someone looks at your GitHub profile

Awesome Lists containing this project

README

          

# 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

```bash
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= -e BOT_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.

![](https://github-profile-view.herokuapp.com/github)