TechWiz-3 / who-unfollowed-me

😡 Python CLI tool that shows you who has unfollowed you on GitHub. PRs welcome!
GNU General Public License v3.0
11 stars 24 forks source link

Option to put UNFOLLOW_TOKEN in config file #66

Open TechWiz-3 opened 1 year ago

TechWiz-3 commented 1 year ago

Option to put the GitHub token used by the program in the config file, eliminating the need to set it as an environment variable.

If the token is not found in the config file, the program should then look for the environment variable as it currently does