pwnedroot/GithubFollowz ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python and shell toolset for GitHub follow automation and simple account checking.
I want one script that can take a GitHub username, grab that user’s followers, and save the usernames into a text file. Then I want another script that reads that list and follows those accounts for me using the GitHub CLI. It should also include a way to check who follows me back and offer to follow everyone who is following me if I am not already following them.
If possible, add a small helper for generating extra profile views for the Komarev profile views widget too. Keep it simple, practical, and easy to run from the command line. If you need current details for GitHub CLI or the best way to call it, look them up online. Please make it clear what each script does, and add basic safety checks so it does not spam requests or break if input is missing.
Are you gonna build this?
make sure you review the code using coderabbit