DEV Community

Discussion on: Scrape data from Instagram with instascrape and Python

Collapse
 
govindsingh9447 profile image
GovindSingh9447

Hello Chris,
I used this awesome library but my code show some error, please help me out!!

from instascrape import Profile
profile = Profile('chris_greening')
profile.scrape()

C:\Python\Python39\python.exe "C:/Users/hp/PycharmProjects/instagram/insta reels.py"
Traceback (most recent call last):
File "C:\Users\hp\PycharmProjects\instagram\insta reels.py", line 1, in
from instascrape import Profile
File "C:\Python\Python39\lib\site-packages\instascrape_init_.py", line 4, in
from helpers import extract_email
ModuleNotFoundError: No module named 'helpers'

Process finished with exit code 1