Increased scroll count and set download friends photos to true

This commit is contained in:
Haris Muneer 2019-06-30 13:34:38 +05:00
parent fd0295e4d0
commit 433e30912c
2 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
/Code/config.py
/Code/Data
/Code/credentials.txt
__pycache__/
.DS_Store
/Code/input.txt

View File

@ -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