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
- Host: GitHub
- URL: https://github.com/nishanb/github-profile-view-telegram-notifier
- Owner: nishanb
- Created: 2021-12-28T11:26:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T10:25:14.000Z (over 3 years ago)
- Last Synced: 2025-04-18T02:16:29.231Z (about 1 year ago)
- Topics: about-me, bot, github, profile-readme, telegram, telegram-bot, telegram-notify, telgrambot, webhooks
- Language: Python
- Homepage:
- Size: 711 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Profile View Notifier
Telegram bot which notifies when someone looks at your GitHub profile
## Demo

## 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.
