Instant PVA on 10 accounts - how to scrape?

marcusmaxius

Newbie
Joined
Jul 28, 2015
Messages
30
Reaction score
3
I stupidly posted a photo across 10 social accounts I was growing tagging my main account that doesn't use my automation software (main account) and I am paranoid about my main one being suspended

It has just under 10k followers, 3k following and 130 posts. I want to back up my followers, my following and the images / videos I've uploaded in case of any incoming trouble

I do not want to put my account under any automation software because I don't want to risk any issue. Is there any software out there what can crawl through my list and get me a CSV of them in case of any trouble? download the content too?

Cheers
 
Can't answer your wtb question but you can't get the followers without login to instagram. So it has not to be your user but you will need credentials to scrape the information.
Images and post can be scraped without login.
So you could use a free scraper (search for python instagram crawler iammrhelo). It is python code and could do the things you asked for.

Best luck
Mf
 
Can't answer your wtb question but you can't get the followers without login to instagram. So it has not to be your user but you will need credentials to scrape the information.
Images and post can be scraped without login.
So you could use a free scraper (search for python instagram crawler iammrhelo). It is python code and could do the things you asked for.

Best luck
Mf
Okay so I could use say any random credentials and try export a list using a scraper tool for the followers and following of the main account?
I have no idea how to use Python, but googling right now to try get it and get to work, thanks a lot for taking the time to reply to me man
 
If you are using a mac it is already installed. On windows you could download anaconda python. You could also download and install docker but I guess it will be a bit too technical at this point :-)

If you google the keyword I mentioned you will find excactly the coding which you will need with a readme what you have to excecute. Only python and python pip is needed on your system.
 
If you are using a mac it is already installed. On windows you could download anaconda python. You could also download and install docker but I guess it will be a bit too technical at this point :)

If you google the keyword I mentioned you will find excactly the coding which you will need with a readme what you have to excecute. Only python and python pip is needed on your system.
Thanks a lot, I'm on it right away. Really appreciated!
 
Back
Top