diff --git a/scrape.py b/scrape.py index 0e9261e..2e4275e 100755 --- a/scrape.py +++ b/scrape.py @@ -12,7 +12,7 @@ CHROMEDRIVER_PATH = '/usr/bin/chromedriver' # ^0 ^1 ^2 # User is zero hops away from itself, so it's degree is zero. # Follower is one hop away from User, so it's degree is one, and so on. -MAX_DEGREE = 0 +MAX_DEGREE = 2 # The list of starting users. Can be as many or as few as you would like. # Bear in mind that each additional user will greatly increase run time, depending