https://github.com/thiiagoms/narcissus
:elephant: :octocat: Narcissus is a tool to manage your GitHub followers.
https://github.com/thiiagoms/narcissus
php-bot php-cli php-github-api
Last synced: 3 months ago
JSON representation
:elephant: :octocat: Narcissus is a tool to manage your GitHub followers.
- Host: GitHub
- URL: https://github.com/thiiagoms/narcissus
- Owner: thiiagoms
- License: 0bsd
- Created: 2023-05-02T02:40:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T19:00:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T09:07:53.957Z (4 months ago)
- Topics: php-bot, php-cli, php-github-api
- Language: PHP
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Narcissus is a small PHP CLI script that helps you unfollow users in your Github account who are not following you back.
### Dependencies :memo:
* PHP7.4+
* Composer### Install :package:
01 -) Clone:
```bash
$ git clone https://github.com/thiiagoms/nacissus
```02 -) Got to `narcissus` directory:
```bash
cd narcissus
$ narcissus
```03 -) Add your `GITHUB_TOKEN` in `.env`, like:
```bash
narcissus $ cp .env.example .env
``````dotenv
GITHUB_TOKEN=
```04 -) Run `narcissus`
```shell
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:
```### Contributing
Contributions are welcome! Please feel free to submit a pull request.