diff --git a/scrape.py b/scrape.py index d4c9cc9..3fd4249 100755 --- a/scrape.py +++ b/scrape.py @@ -48,7 +48,7 @@ class User: follower_count = '' user_dict = {} -users_to_process = ['thomotron', 'lacheque', 'slynk'] +users_to_process = ['thomotron', 'lacheque', 'slynk', 'bossfightswe'] for user_str in users_to_process: # Skip any users that have already been passed over to avoid infinite loops