Git Unfollower is a simple app to find out who's not following you back on Github! 😎 All of the data used is public data provided by the Github API.
For now, all that you have to do is to type your Github username and click on the button! There'll be OAuth Login in the future to get this data automatically.
- Ruby
- Ruby on Rails
- Bulma Framework
- Remix Icon
- Unique Gems: rest-client, json
The sole purpose of this tool is informational - so you can see, compare and analyze the data and do whatever seems fit to you.
Not necessarily. You can follow people or tools that you like and admire, but unfortunately, the feeling might not be mutual - which is perfectly fine! You are great and beautiful in your own way. Please don't let this affect you!
But you can check if, for example, someone who wanted to "exchange follows" with you have done their part of their work, and maybe even (POLITELY!) ask for them to do so! Or maybe you can just use this data to try to better understand what people who do not follow you. For example, what is the kind of works/programmers that they admire?
Do not use this tool for evil purposes, you hot bum!
- Ruby
- Bundler
- Ruby on Rails
- Node.js
- Yarn (v >= 1.2 && < 2)
- Create a new folder/directory for the project
- Be sure to have a Github account and that this account is connected locally on your PC
Run this commands in this order:
To clone the project into your computer:
git clone https://github.com/fernandorpm/git-unfollower.git
To install the gems from the Gemfile.lock:
bundle install
To start the server locally (http://127.0.0.1:3000/)
rails s
- stop the web app
- run
bundle exec rake webpacker:install
- run
rails s
👤 Fernando R P Marques
- GitHub: @fernandorpm
- Twitter: @rpm_fernando
- LinkedIn: Fernando R P Marques
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.