TheDarkAssassins / Github-Follow-Bot

A bot done with python3 to follow and unfollow users in GitHub2020
MIT License
54 stars 11 forks source link

Unfollow Feature GitHubAPI #5

Closed Anteste closed 4 years ago

Anteste commented 4 years ago

When I run the command python unfollow_bot.py -t <PERSONAL_ACCESS_TOKEN> -m <YOUR_USERNAME> -a

I have the following error :

Traceback (most recent call last):
  File "unfollow_bot.py", line 21, in <module>
    mnof = args.max_followers
AttributeError: 'Namespace' object has no attribute 'max_followers'
issue-label-bot[bot] commented 4 years ago

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

Anteste commented 4 years ago

fixed