You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the microblogging services have a variant of "liking" or "favouriting" a post/statuses (for instance, Mastodon).
It would be nice to have a functionality in mastoposter to send messages about user's favourited statuses.
Example
// Favourited post from [Hating Coffee Every Day](https://mastodon.vapronva.pw/@hating_coffee_everyday)
drinking 🥛 water 🌊 for those ☺️ who 🤔 do not ❌ drink ☕️ coffee 🤮🤮
[*Link to post*](https://mastodon.vapronva.pw/@hating_coffee_everyday/108128897216203199)
How?
For example, Mastodon has direct API endpoint for fetching user's favourited statuses.
The text was updated successfully, but these errors were encountered:
I can't recall any method of listening for favorites, so I'm not sure if that's even possible to do without some dirty methods such as constantly asking the instance for new data (which is not a good way to do that!). If there is one, please let me know!
What?
Some of the microblogging services have a variant of "liking" or "favouriting" a post/statuses (for instance, Mastodon).
It would be nice to have a functionality in
mastoposter
to send messages about user's favourited statuses.Example
How?
For example, Mastodon has direct API endpoint for fetching user's favourited statuses.
The text was updated successfully, but these errors were encountered: