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

https://github.com/kerolloz/who-doesnt-follow-me

A simple script that gives you a list of users who you follow but they don't follow you back on GitHub.
https://github.com/kerolloz/who-doesnt-follow-me

follow-back followers following github ruby script

Last synced: 7 months ago
JSON representation

A simple script that gives you a list of users who you follow but they don't follow you back on GitHub.

Awesome Lists containing this project

README

          

# Who doesn't follow me back? 👨‍💻

Who Doesn't Follow Me is a simple Ruby script that helps you identify GitHub users who you follow, but they don't follow you back. This command line tool uses GitHub's API to retrieve information about your followers and the users you follow, making the process quick and efficient. :octocat:

> **Note**
> There's a web version at [kerolloz/github-non-followers](https://github.com/kerolloz/github-non-followers)

## How to Use 💡

To use Who Doesn't Follow Me, you will need to have Ruby installed on your machine. You can install [Ruby](https://www.ruby-lang.org/en/) from their official website or use a ruby version managaer such as [`rbenv`](https://blog.kero.cf/how-to-install-rbenv-on-ubuntu-or-debian-based-system).

- Clone this repository to your local machine. 💪

```bash
git clone https://github.com/kerolloz/who-doesnt-follow-me.git
```

- Install the required Ruby gems. 💎

```bash
bundle install
```

- Run the script by passing your GitHub username as an argument. 🚀

```bash
ruby main.rb
```



## License

This project is licensed under the MIT License. Feel free to use and modify it as you see fit.