Advertisement
Guest User

error

a guest
Jan 12th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. vim quickstart.py
  2.  
  3. session.set_relationship_bounds(enabled=True,
  4. potency_ratio=1.3,
  5. delimit_by_numbers=True,
  6. max_followers=4590,
  7. min_followers=45,
  8. min_following=77)
  9.  
  10. session = InstaPy(username=insta_username,
  11. password=insta_password,
  12. headless_browser=True,
  13.  
  14. session.set_comments(['Great Video wish i was there to see those cars! @{}'], media='video')
  15.  
  16. session.set_comments(['Nice shot of a beautiful car! @{}'], media='photo')
  17.  
  18. session.set_do_comment(enabled=True, percentage=100)
  19.  
  20.  
  21. session.follow_likers (['speedsuspects'], photos_grab_amount = 5, follow_likers_per_photo = 3, randomize=True, sleep_delay=600, interact=True)
  22. # activity
  23. session.like_by_tags(["gt2rs","bmwmperformance","m5"], amount=20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement