fpedrolucas95 / Instagram-Bot

InstaBot é um bot de engajamento para Instagram, desenvolvido em PyQt5 e Python, realiza ações de curtir, seguir e comentar com filtros de interação.
MIT License
2 stars 1 forks source link

[Feature Request] Like Last Story #5

Closed ap0l0 closed 11 months ago

ap0l0 commented 11 months ago

Hello @fpedrolucas95

The script now likes the last post of a user. Can you also make it to like the last story?

Open User Like Last Post Check if user has Stories Like Last Story Go to next user and repeat process

fpedrolucas95 commented 11 months ago

Done! image

ap0l0 commented 11 months ago

you are a beast! great job, instead of the first story can you like the last story posted? The engagement is better that way, sorry I wasn't clear enough on the initial ticket.

ap0l0 commented 11 months ago

In the meantime, I modified the script with a quick change, not sure if is a good solution but seems to be working:

From: primeiro_story = stories[0] To primeiro_story = stories[-1] Seems to be working