Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.33 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.33 KB

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

How to Use 💡

To use Who Doesn't Follow Me, you will need to have Ruby installed on your machine. You can install Ruby from their official website or use a ruby version managaer such as rbenv.

  • Clone this repository to your local machine. 💪

    git clone https://github.com/kerolloz/who-doesnt-follow-me.git
  • Install the required Ruby gems. 💎

    bundle install
  • Run the script by passing your GitHub username as an argument. 🚀

    ruby main.rb <username>

License

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