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

Github token in main app #2

Open parsariyahi opened 1 month ago

parsariyahi commented 1 month ago

As far as I know github tokens are just one time generated and for this we have to save it some where and put it every time, it's better to have something like env file or config file for it

MSC72m commented 1 month ago

I am aware that personal access tokens (classic) offer the option to set an expiration date or have no expiration date. To enhance the user experience, I plan to integrate GitHub's Git Credential Manager (GCM) in future updates.

I hope this clarifies my intentions. If you have any information on how to integrate GCM, I would greatly appreciate your insights.

Thank you for your assistance.