davidsmurf
Junior Member
- Apr 27, 2014
- 118
- 63
Hello Guys,
I skimmed a book about scraping and decided to make my own instagram scraper using selenium and an old instagram account.
The bot was supposed to:
1 - Scroll through entire profile
2 - Count each post comment and like
3 - Capture the post thumbnail and classify it as relevant or irrelevant to the niche
4 - Later it would repost the best images on my profile
It was working pretty well, however I think I scrolled too many posts trying to test the script I would guess around 12 profiles and 10000+ images and the account got banned lol. It seems that instagram is much more aggressive than the examples mentioned in the book that I read.
I want to create more fake accounts to keep testing, but I'm not very good at using proxies and going stealth. I'm also worried about my main account.
Anyone have any tips? I guess I should use puppeteer instead.
I skimmed a book about scraping and decided to make my own instagram scraper using selenium and an old instagram account.
The bot was supposed to:
1 - Scroll through entire profile
2 - Count each post comment and like
3 - Capture the post thumbnail and classify it as relevant or irrelevant to the niche
4 - Later it would repost the best images on my profile
It was working pretty well, however I think I scrolled too many posts trying to test the script I would guess around 12 profiles and 10000+ images and the account got banned lol. It seems that instagram is much more aggressive than the examples mentioned in the book that I read.
I want to create more fake accounts to keep testing, but I'm not very good at using proxies and going stealth. I'm also worried about my main account.
Anyone have any tips? I guess I should use puppeteer instead.