MSC72m / git_rat_finder

this python scripts allows you to unfollow people who follow you and you follow them and then they unfollow you. it's called rat finder. it also allows you to get a list of your followers, followings, and follow or unfollow as a list manualy or just all atonce
0 stars 0 forks source link

Add options in command line instead of inside the main #1

Open parsariyahi opened 3 months ago

parsariyahi commented 3 months ago

For better experience with command line tools, its better to use something like argparse module

MSC72m commented 3 months ago

Thank you for taking the time to create an issue. I appreciate your feedback and suggestions. My initial goal was to create a simple and fun starting point for this project. I'll consider incorporating 'argparse' in future updates to enhance the code. Best of luck with your endeavors!