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.
- Host: GitHub
- URL: https://github.com/kerolloz/who-doesnt-follow-me
- Owner: kerolloz
- License: mit
- Created: 2020-04-17T01:14:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T13:50:37.000Z (7 months ago)
- Last Synced: 2025-03-15T14:33:32.504Z (7 months ago)
- Topics: follow-back, followers, following, github, ruby, script
- Language: Ruby
- Homepage:
- Size: 21.5 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.