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

https://github.com/prophetru/githubunfollowerschecker

Find GitHub users you follow who don't follow you back
https://github.com/prophetru/githubunfollowerschecker

cpp cpr json

Last synced: about 2 months ago
JSON representation

Find GitHub users you follow who don't follow you back

Awesome Lists containing this project

README

          

# Github Unfollowers Checker
GithubUnfollowersChecker - find GitHub users you follow who don't follow you back.

## Dependencies
* [cpr](https://github.com/libcpr/cpr)
* [nlohmann-json](https://github.com/nlohmann/json)

## Build local Windows/Linux
```shell
vcpkg install cpr nlohmann-json
vcpkg integrate install

cd GithubUnfollowersChecker
mkdir build && cd build

cmake .. -DCMAKE_TOOLCHAIN_FILE="path/to/vcpkg/scripts/buildsystems/vcpkg.cmake"

cmake --build . --config Release
```

## Usage
```shell
GithubUnfollowersChecker.exe
```