ahmadudin / electron-instaPy-GUI

Graphic user interface for https://github.com/timgrossmann/InstaPy
MIT License
267 stars 64 forks source link

How to change Default InstaPy variables? #86

Closed Fadavvi closed 4 years ago

Fadavvi commented 5 years ago

Error(s): XXXXXX's followers count exceeds maximum limit ~skipping user or ZZZZZZ is private account, by default skip

=====================================

In InstaPy we can escape this problems and change default value of variables:

session.set_relationship_bounds(enabled=True, delimit_by_numbers=True, max_followers=5000000000, max_following=5000000000, min_followers=1, min_following=1) or

session.set_skip_users(skip_private=False, private_percentage=100)

===================================================

What should I do in your GUI version ?

BR, Milad