- 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.
2024-06-27.19-31-10.mp4
- The token i used for this video is for testing only , and no longer valid , you should never share that token with anyone
- 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
- 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
- You can install the cli by running the following command in your terminal
cargo install ifoundyou
[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"
- This project is licensed under the MIT License - see the LICENSE.md file for details