redianmarku / instagram-follower-scraper

A python script that can automatically scrape other people followers on instagram and save them in a txt file.
262 stars 87 forks source link

Updated working version #15

Closed TOMMASO26175 closed 1 year ago

vttrz commented 2 years ago

I tested here and is working fine

rcsete1 commented 1 year ago

How do you create a .env file? I tried using touch to create a file called insta.env. Then I used sublime text to edit the file. Doesn't seem to work though.

rcsete1 commented 1 year ago

line 17, in USERNAME = config("iguser") ^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/decouple.py", line 243, in call return self.config(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^