Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed Likes - Only after a few actions #38

Open
zacharimayer opened this issue Nov 9, 2019 · 0 comments
Open

Failed Likes - Only after a few actions #38

zacharimayer opened this issue Nov 9, 2019 · 0 comments

Comments

@zacharimayer
Copy link

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 = adfas@fasds.sfasdf
EmailServerAddress = adsfa@gmail.com
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
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant