bot
bot copied to clipboard
Fix recent post by hashtag
Description
- This PR fix the "hashtag-posts-recent" feature. In the new UI, the bot has to click on "filter" then "Top recent posts". It was not the case on the previous version of IG. I really need this feature for my use.
- I also try to fix the "place-post-recent" feature, but I don't know how to access the ressourceId so I can't solve the bug. Therefore I only add debug logging.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
- [x] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
- I launch the bot on my own profile with some hashtags in "hashtag-posts-recent" in my config file. The bot start interacting with some posts.
Test Configuration:
- Device Model or Emulator: Samsung galaxy s22
- Android Verison: 14
- Instagram Version: 300.0.0.29.110
Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have tested my code in every way I can think of to prove my fix is effective or that my feature works
- [x] Any dependent changes have been merged and published in downstream modules
It fixes #332