Narcissus is a small PHP CLI script that helps you unfollow users in your Github account who are not following you back.
- PHP7.4+
- Composer
01 -) Clone:
$ git clone https://github.com/thiiagoms/nacissus
02 -) Got to narcissus
directory:
cd narcissus
$ narcissus
03 -) Add your GITHUB_TOKEN
in .env
, like:
narcissus $ cp .env.example .env
GITHUB_TOKEN=<YOUR-GITHUB-TOKEN-HERE>
04 -) Run narcissus
narcissus $ chmod +x narcissus
narcissus $ ./narcissus
███╗ ██╗ █████╗ ██████╗ ██████╗██╗███████╗███████╗██╗ ██╗███████╗
████╗ ██║██╔══██╗██╔══██╗██╔════╝██║██╔════╝██╔════╝██║ ██║██╔════╝
██╔██╗ ██║███████║██████╔╝██║ ██║███████╗███████╗██║ ██║███████╗
██║╚██╗██║██╔══██║██╔══██╗██║ ██║╚════██║╚════██║██║ ██║╚════██║
██║ ╚████║██║ ██║██║ ██║╚██████╗██║███████║███████║╚██████╔╝███████║
╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝╚══════╝╚══════╝ ╚═════╝ ╚══════╝
=> Tool to unfollow users that doesn't follow you on GitHub
[*] Author: Thiago AKA thiiagoms
[*] Repository: https://github.com/thiiagoms/narcissus
=> username:
Contributions are welcome! Please feel free to submit a pull request.