Advertisement
Guest User

Desseguir

a guest
Aug 14th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. from instapy import InstaPy
  2. session = InstaPy(username='seuuser', password='sua_senha')
  3.  
  4. session.login()
  5. session.unfollow_users(amount=450, InstapyFollowed=(True,"all"), style="FIFO", sleep_delay=420)
  6. session.end()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement