From 433e30912ceb093707e8ee6ee1c369fcd90a266d Mon Sep 17 00:00:00 2001 From: Haris Muneer Date: Sun, 30 Jun 2019 13:34:38 +0500 Subject: [PATCH] Increased scroll count and set download friends photos to true --- .gitignore | 2 +- Code/scraper.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 660b2af..8449b69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -/Code/config.py /Code/Data +/Code/credentials.txt __pycache__/ .DS_Store /Code/input.txt diff --git a/Code/scraper.py b/Code/scraper.py index bdc1b36..6baad9b 100644 --- a/Code/scraper.py +++ b/Code/scraper.py @@ -27,10 +27,10 @@ download_friends_photos = True # whether to download the full image or its thumbnail (small size) # if small size is True then it will be very quick else if its false then it will open each photo to download it # and it will take much more time -friends_small_size = False -photos_small_size = False +friends_small_size = True +photos_small_size = True -total_scrolls = 0 +total_scrolls = 5000 current_scrolls = 0 scroll_time = 5