I-Found-You icon indicating copy to clipboard operation
I-Found-You copied to clipboard

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

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
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
cargo install ifoundyou

Dependencies

[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 file for details

Author

  • 1FarZ1