Instapy: Export Followers or Likers Data

Created on 16 Jul 2018  路  2Comments  路  Source: timgrossmann/InstaPy

I want to create list for follow_by_list function. Is it possible this bot. I want to export users followers or users post likers by manually.

wontfix

Most helpful comment

Salam @mehmetdilber!
What do you mean by export?

  • If you mean retrieving that data of any user, you can use relationship tools (_see its README category_)
dilbers_followers = session.grab_followers(username="mehmetdilber", amount="full", live_match=False, store_locally=True)
session.follow_by_list(followlist=dilbers_followers, times=1, sleep_delay=600, interact=False)

etc.

Cheers 馃榿

All 2 comments

Salam @mehmetdilber!
What do you mean by export?

  • If you mean retrieving that data of any user, you can use relationship tools (_see its README category_)
dilbers_followers = session.grab_followers(username="mehmetdilber", amount="full", live_match=False, store_locally=True)
session.follow_by_list(followlist=dilbers_followers, times=1, sleep_delay=600, interact=False)

etc.

Cheers 馃榿

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. > If this problem still occurs, please open a new issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tibor picture tibor  路  3Comments

harrypython picture harrypython  路  3Comments

ghost picture ghost  路  3Comments

wyvers picture wyvers  路  3Comments

seuraltimez picture seuraltimez  路  3Comments