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
- Host: GitHub
- URL: https://github.com/prophetru/githubunfollowerschecker
- Owner: ProphetRu
- License: apache-2.0
- Created: 2025-05-18T07:18:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-18T09:41:46.000Z (12 months ago)
- Last Synced: 2025-08-10T14:55:41.324Z (11 months ago)
- Topics: cpp, cpr, json
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```