Lorenz Diener
Lorenz Diener
Closing this as it seems to be more of a weird server specific thing rather than an api impl bug
It is slightly weird, tbh. Can you post a short repro? I will check it out
yeah, that sounds like a really good idea, actually. Workshopping this in my head, so I'm wondering, what do (or others) you think would make more sense: * An iterator...
I'm kind of confused by this - the tutorial you linked seems to just be... wrong, and I don't think that would have worked in any past version either. What...
Did you get it working? If so, could you tell me if the snippet above was correct? I should probably ask the author of that tutorial to fix it
For hashtags, you would want the on_update handler, so you'd want to modify that CallbackStreamListener line like so: ```python listener = CallbackStreamListener(update_handler = handle_mention) ``` That should make your code...
There currently isn’t a way and you‘re absolutely right - there should be. Would be good to implement a function to compute and check effective status length in terms of...
Sigh. I genuinely wish people would stop making up new creative ways of formatting the version string for the API and just put the version of the API that their...
Ah, hm. Maybe Sharkey implements only the v2 version of the instance API, not the v1. Since Mastodon does not remove the old ones, I currently do not take that...
it's per endpoint, there's (intended to be a) _v1 and _v2 version for functions that have multiple variants and one without suffix that selects dynamically, but I think in the...