Advertisement
Guest User

Sks

a guest
Nov 19th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. bot = InstaBot(
  2. login="username",
  3. password="password",
  4. like_per_day=1000,
  5. comments_per_day=0,
  6. tag_list=['follow4follow', 'f4f', 'cute'],
  7. tag_blacklist=['rain', 'thunderstorm'],
  8. user_blacklist={},
  9. max_like_for_one_tag=50,
  10. follow_per_day=300,
  11. follow_time=1 * 60,
  12. unfollow_per_day=300,
  13. unfollow_break_min=15,
  14. unfollow_break_max=30,
  15. log_mod=0,
  16. proxy='',
  17. # List of list of words, each of which will be used to generate comment
  18. # For example: "This shot feels wow!"
  19. comment_list=[["this", "the", "your"],
  20. ["photo", "picture", "pic", "shot", "snapshot"],
  21. ["is", "looks", "feels", "is really"],
  22. ["great", "super", "good", "very good", "good", "wow",
  23. "WOW", "cool", "GREAT","magnificent", "magical",
  24. "very cool", "stylish", "beautiful", "so beautiful",
  25. "so stylish", "so professional", "lovely",
  26. "so lovely", "very lovely", "glorious","so glorious",
  27. "very glorious", "adorable", "excellent", "amazing"],
  28. [".", "..", "...", "!", "!!", "!!!"]],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement