Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/1farz1/i-found-you

I Found you is A Cli that helps you get all the users that you follow but they dont follow you back (Unfollowers)
https://github.com/1farz1/i-found-you

cargo clap-rs cli coding command-line-tool follower-tracker github github-api instagram productivity rust tools

Last synced: about 4 hours ago
JSON representation

I Found you is A Cli that helps you get all the users that you follow but they dont follow you back (Unfollowers)

Awesome Lists containing this project

README

        

## I Found You

- I found is A Cli made with rust that helps you see the people that you follow and doesnt follow you (unfollowers) , offering huge performance and speed.

## Demo
https://github.com/1FarZ1/I-Found-You/assets/91225280/7f228ae6-76ee-4d83-8b82-da7c3f7b3139

## Note
- The token i used for this video is for testing only , and no longer valid , you should never share that token with anyone

## How To Use

- Use Cmd in windows or terminal in Linux
- run the project by typing the following command in your terminal

```bash
cargo run
```

- You will be asked to enter your github personal access token , you can genereate one by going into the developer settings in your github account and generate one

- once you enter your token you will get a list of the people that you follow and they dont follow you back

## Upcoming Features
- Add a whitelist options that filter all the users that you dont wanna see them in the list generated by the Cli [Pending]
- unfollow options [Pending]
- Adding Instagram Option

## Installation

- You can install the cli by running the following command in your terminal

```bash
cargo install ifoundyou
```

## Dependencies

```toml
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
clap = { version = "4.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12.5", features = ["json"] }
dialoguer = "0.9"
```

## License

- This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Author

- [1FarZ1](www.github.com/1FarZ1)