Igbot: in like user followers / following - already likedy useres - skippedlist

Created on 1 Apr 2018  Â·  11Comments  Â·  Source: ohld/igbot

Before submitting an issue, make sure you have:

  • [x] Updated to the latest version
  • [x] Read the README and docs
  • [x] [Searched](https://github.com/instagrambot/instabot/search?type=Issues) the bugtracker for similar issues including closed ones

Purpose of your issue?

  • [ ] Bug report (encountered problems/errors)
  • [x] Feature request (request for a new functionality)
  • [x] Question
  • [ ] Other

Describe your issue

for example:

I turned on the script: like_user_followers
the user added to the script has, for example, 2,000 followers
so I can not like photos of 2,000 people in one session
The next day when I turn on the bot for the same user. the bot begins to like photos of the same users ..

Is it possible to create a list of users who already have a liked photo?
something like skippedlist

stale

Most helpful comment

It is a feature that I was desperately looking for too but after so many researches, I found out that the solutions was not implemented yet and did not know if it would be one day. So I coded it myself, I don't know if I did it right. It works for me but don't know if it is done well enough to be merged. Question for the team :
that feature is really interesting for people that launch the bot everyday to like followers of very big account. We don't want to give like to people that we have already liked once. We don't want to spam them so we would like the bot to remember who we've already liked.

In my case my algorithm is simple :
Each time I like a picture of a user, I add the user in a .txt file.
Each time I want to like a picture of a user, I check before if the user is not in my txt file. Otherwise I skip it.

Simple and does the job correctly but since I'm absolutely not a python expert, I don't think my implementation is good enough.

All 11 comments

It is a feature that I was desperately looking for too but after so many researches, I found out that the solutions was not implemented yet and did not know if it would be one day. So I coded it myself, I don't know if I did it right. It works for me but don't know if it is done well enough to be merged. Question for the team :
that feature is really interesting for people that launch the bot everyday to like followers of very big account. We don't want to give like to people that we have already liked once. We don't want to spam them so we would like the bot to remember who we've already liked.

In my case my algorithm is simple :
Each time I like a picture of a user, I add the user in a .txt file.
Each time I want to like a picture of a user, I check before if the user is not in my txt file. Otherwise I skip it.

Simple and does the job correctly but since I'm absolutely not a python expert, I don't think my implementation is good enough.

Can you share your work?

@bdebon I will be very happy if you can share your work with us. I'm looking forward to this feature

@bdebon can you share it?

Please help us share it!

Hey!
Don't have much time to explain everything so if you want a plug and play solution, just download the customized bot here :
https://bdebon.com/lab/instabot.zip

Then do the instruction that are at the end of the ReadMe and enjoy!
If somebody wants to compare what is different in my sources to try to add it to the original repo, it would be awesome ! This is the part for which I unfortunately don't have time...

Hope it helps.
Ben

the only change that I can see in your "like_user_followers.py" file is limit of 30000 accounts

Actually there are also changes on the bot.py file but it is on another repository that’s why I find it hard to commit my changes...

Envoyé de mon iPhone

Le 26 juil. 2018 à 21:08, lukasz00500 notifications@github.com a écrit :

the only change that I can see in your "like_user_followers.py" file is limit of 30000 accounts

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

@bdebon i have recent version of this bot with likeduserlist feature, I don't know if is implemented in the best possible way, but it works very well. I also added the functions of adding private accounts to skipped.txt contact me if you are interested :)

Hello @lukasz00500 have your changes been merged to the main repository or is it still pending ?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

md4956 picture md4956  Â·  4Comments

kantona80 picture kantona80  Â·  8Comments

HappySeal picture HappySeal  Â·  3Comments

balochlens picture balochlens  Â·  5Comments

spctra picture spctra  Â·  9Comments