>> >>> ins" /> >> >>> ins" /> >> >>> ins"/>

Instaloader Scrape Results Lost On Computer?

127 Views Asked by At
    >>> import instaloader  
    >>>
    >>> insta=instaloader.Instaloader()
    >>>
    >>> insta.login('myusername', 'mypassword')
    >>>
    >>> acc="targetprofile"
    >>>
    >>> insta.download_profile(acc,profile_pic_only=False)
    

I have been downloading full Instagram profiles from the command line no problem. The results are in the App data folder in folders names for the target profile. I used the above code from python, which looks like it worked, but I have no idea where the data went. Searching turns up nothing.

1

There are 1 best solutions below

1
Phelan On

Not sure why the search wouldn't pull them up but it didn't.

Buried way deep in multiple layers in App Data in the Python folder itself.

Previously, results were in app data. This scrape result was placed directly in the python folder.