shine-jayakumar / insta-likecom-bot

Automates likes and comments on an instagram account or tag
MIT License
136 stars 29 forks source link

Can't List or Interact with Tags #96

Open ap0l0 opened 9 months ago

ap0l0 commented 9 months ago

Hello, amazing build with the new features! I am trying to test it but I am getting this error:

script.py -t "#miami" -lc 2 -nc -lm limits.json

Looks like the path the script is using was terminated by Instagram: /explore/tags/

image

I also tried changing the URL to the other variation /explore/search/keyword/?q= but the script will stuck after loading that URL:

image
shine-jayakumar commented 9 months ago

@ap0l0 I tried /explore/search/keyword/?q= but it doesn't work. The current url /explore/tags/ does work but it only shows top n posts. It doesn't load other posts upon scrolling down. Instagram changed the way hashtags work. Therefore, I've marked tags as deprecated for now, but if you find a way to explore tags do let me know. Screenshot from 2023-12-01 07-54-51

ap0l0 commented 9 months ago

I added some context here #98