diff --git a/scrape.py b/scrape.py index 64f90c5..096aad1 100755 --- a/scrape.py +++ b/scrape.py @@ -236,7 +236,7 @@ def Get_Follows(url, limit = 100): user_dict = {} -users_to_process = ['thomotron', 'lacheque', 'slynk', 'bossfightswe'] +users_to_process = [{'distance':0, 'url_username':'thomotron'}, {'distance':0, 'url_username':'lacheque'}, {'distance':0, 'url_username':'slynk'}, {'distance':0, 'url_username':'bossfightswe'}] for user_str in users_to_process: print('Processing ' + user_str)