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

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

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
```