davidmc007
Junior Member
- Jul 17, 2015
- 162
- 26
I'm using this setting to scrape more active users than just the most recent followers of "x" account.
I'm adding 100+ links to scrape users from, My doubt is if FL will scrape every link in a fixed order like:
scrape link 1
scrape link 2
...
scrape link 100
goes back to 1
or it'll take a random link and scrape users, leading the program to scrape a link twice and giving 0 results since users were already scraped. like it does with captions while sharing pics.
scraping the same link twice might be a problem since I'm filtering the generated list, leaving like 10~ out of every 100 scraped users after this, then re-scraping the same link throws a 0 users to follow out of 90 scraped.
I'm adding 100+ links to scrape users from, My doubt is if FL will scrape every link in a fixed order like:
scrape link 1
scrape link 2
...
scrape link 100
goes back to 1
or it'll take a random link and scrape users, leading the program to scrape a link twice and giving 0 results since users were already scraped. like it does with captions while sharing pics.
scraping the same link twice might be a problem since I'm filtering the generated list, leaving like 10~ out of every 100 scraped users after this, then re-scraping the same link throws a 0 users to follow out of 90 scraped.