InstaPy / instagram-profilecrawl

📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.
MIT License
1.14k stars 243 forks source link

Followers list? #82

Closed erfanz closed 5 years ago

erfanz commented 6 years ago

I used your tool, but it didn't output the followers list. I checked the setting file and there was also nothing in there about followers. But in the git description, it is said that followers list is supported ?!

timmoh commented 6 years ago

that‘s only the amount of followers @erfanz perhaps you can commit a function for scraping followers

imansh77 commented 5 years ago

I'm on it but it needs to login.any idea how to handle it? login from the beginning or just for this particular feature? and how to ask user for entering user and pass?

dion-ricky commented 5 years ago

I'm on it but it needs to login.any idea how to handle it? login from the beginning or just for this particular feature? and how to ask user for entering user and pass?

I think it'll be better if the users adds user right from the shell using an argument and password will be asked inside the program itself to make the input invisible. Just like when you are pushing your local git repo to remote repo and asked for username and password which the password doesn't show up on the console as you type in.

timmoh commented 5 years ago

Fixed by #111

astu9880 commented 5 years ago

Does the tool provide functionality to fetch follower list yet? @imansh77 Have you implemented the feature?