mpawlak2 / instalike-instagram-bot

automate instagram activities using instagram bot - like follow/unfollow comment; python requests lib
https://github.com/mpawlak2/instalike-instagram-bot
142 stars 43 forks source link

YOUR ideas #17

Closed mpawlak2 closed 7 years ago

mpawlak2 commented 7 years ago

Post your ideas here. New functionality, enhancements, anything goes!

I will start: add proxy support.

Oyetomi commented 7 years ago

How to make LIKEFEEDMEDIA bot like recently uploaded pictures on my feed , it just likes sporadically..... @mpawlak2

mpawlak2 commented 7 years ago

@virginsince1997 yep, it likes random pictures from feed and also from tags since you cant disable that. You want it to like every picture in your feed and only those?

Oyetomi commented 7 years ago

Yes sir On Sep 27, 2016 5:24 PM, "Mateusz Pawlak" notifications@github.com wrote:

@virginsince1997 https://github.com/virginsince1997 yep, it likes random pictures from feed and also from tags since you cant disable that. You want it to like every picture in your feed and only those?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mpawlak2/instalike-instagram-bot/issues/17#issuecomment-249918195, or mute the thread https://github.com/notifications/unsubscribe-auth/AUPGkkEDlBSIoJhJVHcfETc5eJ8ZfeN3ks5quUNRgaJpZM4KGTeb .

Oyetomi commented 7 years ago

Since newly uploaded feeds would be coming in with less amount of likes, what do you think I should set MinLikesOnPhoto and MinLikesOnPhoto to? , or that doesn't include the feeds, tags only? On Sep 27, 2016 5:24 PM, "Mateusz Pawlak" notifications@github.com wrote:

@virginsince1997 https://github.com/virginsince1997 yep, it likes random pictures from feed and also from tags since you cant disable that. You want it to like every picture in your feed and only those?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mpawlak2/instalike-instagram-bot/issues/17#issuecomment-249918195, or mute the thread https://github.com/notifications/unsubscribe-auth/AUPGkkEDlBSIoJhJVHcfETc5eJ8ZfeN3ks5quUNRgaJpZM4KGTeb .

mpawlak2 commented 7 years ago

@virginsince1997 since you want to like every picture set it to 0 :)

tim-peters commented 7 years ago

As far as I understand the unfollow function isn't implemented yet. Right? Is there anything we can support you with? Automatic unfollowing of people who did not follow back after some time would be pretty, pretty useful.

mpawlak2 commented 7 years ago

@tim-peters actually it is, check out INSTAFOLLOW::UnfollowAfterNoOfDays on readme page

tim-peters commented 7 years ago

Oh.. I was kinda irritated by the sentence Unfollowing functionality in progress. on the readme page.

Does the script need to run non-stop for the defined amount of days or is it based on the follow times saved in the database? Because after > a week of following people, I restarted the script with UNFOLLOW USERS set to True and UnfollowAfterNoOfDays set to 1 and it still does not unfollow anyone.