amitupreti / Instagram-Follower-Scraper

Scrapes all the data of followers of any instagram account
250 stars 56 forks source link

Where is the mistake? #5

Open UnixCro opened 3 years ago

UnixCro commented 3 years ago

python -V Python 2.7.16 python3 -V Python 3.8.2 macOS Catalina 10.15.7

root@macOS Instagram-Follower-Scraper # python instabot.py 
Traceback (most recent call last):
  File "instabot.py", line 6, in <module>
    import pathlib
ImportError: No module named pathlib
root@macOS Instagram-Follower-Scraper # python3 instabot.py 
Traceback (most recent call last):
  File "instabot.py", line 20, in <module>
    L.login('username', 'password')        # (login)
  File "/Library/Python/3.8/site-packages/instaloader/instaloader.py", line 483, in login
    self.context.login(user, passwd)
  File "/Library/Python/3.8/site-packages/instaloader/instaloadercontext.py", line 254, in login
    raise BadCredentialsException('Login error: Wrong password.')
instaloader.exceptions.BadCredentialsException: Login error: Wrong password.
kafarik commented 3 years ago

I have the same error

Miap93 commented 1 year ago

I have the same issue. any solution?

Miap93 commented 1 year ago

problem solved: open instabot in notepad and introduce your instagram account name and password in ln20 in the corresponding fields