Originally created by: Quimisagi
Originally owned by: supreme-gg-gg
Is your feature request related to a problem? Please describe.
Similar to [#83], it would be also nice to be able to check stories from the CLI.
Describe the solution you'd like
I'm not sure, but I believe that Instagram MQTT already allows you to get stories.
Same as the feed, for the current scope I think its ok not playing videos, but only images.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Originally posted by: supreme-gg-gg
Would probably benefit from first creating a generic UI media display interface (on top of Ink Image), then add a few backend client methods to fetch the media (whether post or story) and just pass it to the components, keeps it more modular and easier to build
Originally posted by: supreme-gg-gg
This is currently done with getting "reels tray" and then fetching each user story independently. I will make a few remarks on this issue in case we want to come back to it in the future:
Probably not a good idea, but at first I was doing this:
I would prefer sticking with Meta's list for now, but just to put it on record that literally any method for filtering stories would work and we dont necessarily need to rely on that Meta endpoint.
reelsMediaanduserStoryendpointsI am referring to:
I tested both endpoints with a script and the returned objects are pretty much identical. I cannot find a reason for why there exists two basically duplicate endpoints, but I decided to go with
userStoryin the end and it works fine for now. This is because of how I designed the generator using single userId just makes more sense for now, but perhaps there is a speed difference when batched. Again, just documenting here in case it bugs in the future, these are the only difference in terms of schema:Ticket changed by: supreme-gg-gg