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

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.

Awesome Lists containing this project

README

        



Logo

Narcisuss GitHub Bot :mage:



PHP


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.