https://github.com/ignavan39/github-unfollowers
Github Unfollowers Checker
https://github.com/ignavan39/github-unfollowers
cronjob github-api telegram-bot
Last synced: 4 months ago
JSON representation
Github Unfollowers Checker
- Host: GitHub
- URL: https://github.com/ignavan39/github-unfollowers
- Owner: ignavan39
- Created: 2021-10-16T15:25:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T05:46:13.000Z (about 4 years ago)
- Last Synced: 2025-09-24T08:49:37.260Z (4 months ago)
- Topics: cronjob, github-api, telegram-bot
- Language: TypeScript
- Homepage:
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Unfollowers Checker
telegram bot for checking unfollowers
### How to start on local:
```bash
$ docker network create gh --subnet 172.4.4.0/24
$ cp env.example .env
$ docker-compose up --build
```