You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if config.TWITTER_CONSUMER_KEY == '' or config.TWITTER_CONSUMER_SECRET == '' or config.TWITTER_ACCESS_TOKEN == '' or config.TWITTER_TOKEN_SECRET == '':
print ('please fill all the KEYs and TOKENs in config.py')
exit(666)
#parser = argparse.ArgumentParser(description='check your twitter account for the unfollow-bug')