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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

2024-06-27.19-31-10.mp4

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

About

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


Languages

Language:Rust 90.5%Language:Python 9.5%