DEV Community

Discussion on: Scrape data from Instagram with instascrape and Python

Collapse
 
booshnam profile image
Booshnam

Hi, I am getting the following error. Could someone help me out with this?

Traceback (most recent call last):

File "C:\Users\booshnam.d.spyder-py3\instascrape.py", line 3, in
chris = Profile('chris_greening')

TypeError: init() missing 1 required positional argument: 'data'

Collapse
 
joemol94 profile image
Joemol94

Getting same error.
The issue is still open - github.com/chris-greening/instascr...