Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaaddev/who-unfollowed-me
🙁 A CLI that tells you who recently unfollowed you on GitHub
https://github.com/msaaddev/who-unfollowed-me
cli github github-api github-followers node node-cli nodejs
Last synced: 2 days ago
JSON representation
🙁 A CLI that tells you who recently unfollowed you on GitHub
- Host: GitHub
- URL: https://github.com/msaaddev/who-unfollowed-me
- Owner: msaaddev
- License: mit
- Created: 2020-08-03T20:18:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T01:34:27.000Z (5 months ago)
- Last Synced: 2024-10-29T13:55:46.966Z (about 1 month ago)
- Topics: cli, github, github-api, github-followers, node, node-cli, nodejs
- Language: JavaScript
- Homepage: https://twitter.com/msaaddev
- Size: 495 KB
- Stars: 171
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
- awesome - msaaddev/who-unfollowed-me - 🙁 A CLI that tells you who recently unfollowed you on GitHub (JavaScript)
README
😠 who-unfollowed-me
> A CLI that let's you know who recently unfollowed you on GitHub.
[![Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=247477&theme=dark)](https://www.producthunt.com/posts/who-unfollowed-me-github?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-who-unfollowed-me-github)
## 🎩 INSTALLATION
Install the CLI globally. If you are Windows user, run your Command Prompt or Terminal as Administrator. If you are macOS user, add `sudo` before the following command.
```sh
npm i -g who-unfollowed-me
```## ⚙️ USAGE
You need to run the following command in your terminal.
```sh
unfollow
```When you run the CLI for the first time, it will ask you to enter your GitHub username.
After that, whenever you run the CLI again, it will show you if anyone has recently unfollowed you or not.
If no one has unfollowed you, the CLI will also let you know this.
> If you are a Windows user, make sure that whenever you run the CLI, first run your Terminal or Command Prompt as Administrator.
## 👨🏻💻 AUTHOR
Howdy, you! This is [Saad Irfan](http://msaad.dev/), an aspiring JavaScript developer, former Google Developer Student Club's Lead, Microsoft Learn Student Ambassador, and an undergrad student. You can read more about me [here](https://github.com/msaaddev/msaaddev).
## ⚡️ Other Projects
I have curated a [detailed list](https://github.com/msaaddev/open-source) of all the open-source projects I have authored. Do take out a moment and take a look.
## 🔑 LICENSE
- MIT