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

https://github.com/polcats/followbackchecker

Github crosschecker for those who follow me and who I should follow back. Automatically runs on schedule and creates an issue when a change is detected.
https://github.com/polcats/followbackchecker

frequency github-crosschecker github-profile schedule

Last synced: 4 months ago
JSON representation

Github crosschecker for those who follow me and who I should follow back. Automatically runs on schedule and creates an issue when a change is detected.

Awesome Lists containing this project

README

          

# FollowbackChecker

Github crosschecker for those who follow me and who I should follow. Automatically runs on schedule and creates an issue when a change is detected.

## Features

1. Checks if you need to follow back someone or if someone has unfollowed you
2. Creates and assigns an issue to yourself containing the warning
3. Runs on a schedule via a cron job

## How to use

1. Fork this repo
2. Enable `Issues` in the `Settings` of the forked repo
3. Modify `check.py` and update `g_github_username` with your own github username.
4. Modify `needf.md` and `notf.md` inside `/.github`, change the assignee to your github username

### Modifying the check frequency

1. You may change the frequency to your own liking
2. Change the `schedule` on /.github/workflow/ci.yml, the default is every 4 hours

Note: The first run will trigger 4 hours after you set this up

### Limitations

1. Might not work properly if you have thousands of followers/following because of rate limit

### To Do

1. Modify to use github token to increase rate limit