Guest User

Untitled

a guest
Oct 17th, 2017
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. passwords = [
  2. "username:password",
  3.  
  4. bot = InstaBot(
  5. for passwd in passwords:
  6. if ":n/a" in passwd:
  7. password=""
  8. else:
  9. password=passwd.split(":")[1]
  10. if "n/a:" in passwd:
  11. login=""
  12. else:
  13. login=passwd.split(":")[0]
  14. like_per_day=1000,
  15. comments_per_day=0,
  16. tag_list=['follow4follow', 'f4f', 'cute'],
  17. tag_blacklist=['rain', 'thunderstorm'],
  18. user_blacklist={},
  19. max_like_for_one_tag=50,
  20. follow_per_day=300,
  21. follow_time=1 * 60,
  22. unfollow_per_day=300,
  23. unfollow_break_min=15,
  24. unfollow_break_max=30,
  25. log_mod=0,
  26. proxy='',
Add Comment
Please, Sign In to add comment