instascrape icon indicating copy to clipboard operation
instascrape copied to clipboard

Profile object is empty

Open Svn-Sp opened this issue 3 years ago • 1 comments

When I run from instascrape import * \n g = Profile("https://instagram.com/google/") \n g.__dict__ The output is: {'source': 'https://instagram.com/google/', 'url': None, 'html': None, 'soup': None, 'json_dict': None, 'flat_json_dict': None, 'scrape_timestamp': None}

Svn-Sp avatar Mar 01 '21 17:03 Svn-Sp

You need to run g.scrape() first to actually pull the data, then it should work.

@chris-greening you can close this

stefco avatar Jun 18 '21 19:06 stefco