From fc1b2ca4cd6deb1b2c4238ebbb20d5a6a9c6fc68 Mon Sep 17 00:00:00 2001 From: Thomas Wade Date: Mon, 24 Sep 2018 13:11:21 +0930 Subject: [PATCH] WIP: adding differentiation between ego distance --- scrape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)