instalike-instagram-bot icon indicating copy to clipboard operation
instalike-instagram-bot copied to clipboard

Failed Likes - Only after a few actions

Open zacharimayer opened this issue 5 years ago • 0 comments

Just decided to try out this code but it seems the likes are failing quickly, my config is very soft and do not do a lot of actions just some likes here and there.

CONFIG

`# By using this bot you take sole responsibility for all possible penalties Instagram may put on your account.

[BOT] WorkWholeTime = True BotWorkAtDay = True StopAfterNumerOfMinutes = 0 WorkHoursPerDay = 5 StartHour = 10 EndHour = 23 LogDBOperations = False

InstaLike = True InstaFollow = False InstaComment = False InstaMessage = False

Notifications will be removed.

[NOTIFICATIONS] EnableEmailSummaryNotifications = False SendAttachment = False EmailAdress = [email protected] EmailServerAddress = [email protected] EmailServerPassword = mypassword

In progress.

[BAN] DoNotGetBanned = False

Enter your password here or start bot via command line using python main.py -u username -p password.

[INSTAGRAM] Username = username Password = password

[DATABASE] UseDatabase = False DatabaseName = dbname UserName = dbuser Password = dbpass Address = dbaddress

In progress.

LogOperations = False

[INSTALIKE] MaxLikesPerHour = 30 LikeFeedMedia = False Tags = tags, tags, tags, tags

[INSTAFOLLOW] MaxFollowsPerHour = 8 MaxUnfollowsPerHour = 2 UnfollowUsers = False UnfollowAfterNoOfDays = 6 `

LOGS

`####################################### ----------------LIKES------------------ total time: 1896s likes: 77 failed likes: 59 estimated likes per hour: 258 next like in: 158s photos to like: 3 ####################################### --------------ACTIVITIES--------------- received follows: 0 received likes: 0

####################################### --------------ACTIVITIES--------------- received follows: 0 received likes: 0 ####################################### ----------------LIKES------------------ total time: 2055s likes: 77 failed likes: 60 estimated likes per hour: 240 next like in: 68s photos to like: 2 ####################################### ----------------LIKES------------------ total time: 2123s likes: 77 failed likes: 61 estimated likes per hour: 233 next like in: 133s photos to like: 1 ####################################### --------------ACTIVITIES--------------- received follows: 0 received likes: 0 ####################################### --------------ACTIVITIES--------------- received follows: 0 received likes: 0 ####################################### ----------------LIKES------------------ total time: 2256s likes: 77 failed likes: 62 estimated likes per hour: 221 next like in: 146s photos to like: 0 `

zacharimayer avatar Nov 09 '19 21:11 zacharimayer