SocialMediaNetwork
Regular Member
- Jan 24, 2019
- 491
- 253
Can somebody tell be what i'm doing wrong?
I have first time installed https://github.com/instabot-py/instabot.py
normally the example.py is a big file so i have made it short all i want is the bot to follow don't like anything else.
But the bot is commenting, liking, following but this is NOT in my script... look below please so why is it commenting and liking stuff
it's commenting stuff that i din't even wrote 
all i have is follow and a tag list.
Example.py file:
--------------------------------------------------------------
#!/usr/bin/env python3
from instabot_py import InstaBot
bot = InstaBot(
login="00000", # Enter username (lowercase). Do not enter email!
password="00000",
tag_list=["apple", "l:212999109"],
tag_blacklist=["rain", "thunderstorm"],
follow_per_day=300,
follow_time=1 * 60 * 60,
log_mod=0,
proxy="00000000",
)
bot.mainloop()
Hope there are python user here

I have first time installed https://github.com/instabot-py/instabot.py
normally the example.py is a big file so i have made it short all i want is the bot to follow don't like anything else.
But the bot is commenting, liking, following but this is NOT in my script... look below please so why is it commenting and liking stuff
Example.py file:
--------------------------------------------------------------
#!/usr/bin/env python3
from instabot_py import InstaBot
bot = InstaBot(
login="00000", # Enter username (lowercase). Do not enter email!
password="00000",
tag_list=["apple", "l:212999109"],
tag_blacklist=["rain", "thunderstorm"],
follow_per_day=300,
follow_time=1 * 60 * 60,
log_mod=0,
proxy="00000000",
)
bot.mainloop()
Hope there are python user here
Last edited: