cyber02123
Newbie
- Jan 26, 2019
- 14
- 3
Hello Community,
i have a personal project where i would like to scrape followers of my insta profile which can easily be done by any scraper out there but what further i need to do is id like to scrape the followers of my followers and only report or give back common profiles
for example :
A, B, C and D are my followers
A and B follow Account D
I would like a script/app/py code that would report me back " D - Followed by A and B
Now here is the break up
Stage 1 : Scrape my followers
Stage 2 : Scrape followers of list generated in Stage 1 (the hardest part)
Stage 3 : Compare all Followers
Stage 4 : Report back only repeating followers
Now there are quite a lot of free scripts available on the internet but i cant see to find an efficient way ! or at least i tried.
Also i have no knowledge of programming, i have manged to run py scripts and modify them to my needs at most.
Has this already been done ? Please suggest more efficient ways if you can ! Again its for a personal project !
Thank You !
i have a personal project where i would like to scrape followers of my insta profile which can easily be done by any scraper out there but what further i need to do is id like to scrape the followers of my followers and only report or give back common profiles
for example :
A, B, C and D are my followers
A and B follow Account D
I would like a script/app/py code that would report me back " D - Followed by A and B
Now here is the break up
Stage 1 : Scrape my followers
Stage 2 : Scrape followers of list generated in Stage 1 (the hardest part)
Stage 3 : Compare all Followers
Stage 4 : Report back only repeating followers
Now there are quite a lot of free scripts available on the internet but i cant see to find an efficient way ! or at least i tried.
Also i have no knowledge of programming, i have manged to run py scripts and modify them to my needs at most.
Has this already been done ? Please suggest more efficient ways if you can ! Again its for a personal project !
Thank You !