robertoszek
robertoszek
After e880169a96ed3d32f5f36a9d40939ae2ad648c59, this is the migration status. These are the endpoints which we still use v1.1: - `/users/show.json?screen_name={screen_name}` - profile_banner_url - `/statuses/show.json?id={id}` - extended_entities: media (video) As of the time...
Included notice on the docs mentioning the Elevated access requirement for now Commit: d787f5e3a433f6412d6e211e2379b754b40970f2
Mastodon seems pretty straightforward: https://docs.joinmastodon.org/api/rate-limits/ However, we may have to fallback to sleeping for an arbitrary amount of time for Pleroma and Misskey. In my testing they don't seem to...
I don't know if I'd agree with the Twitter API application process being too difficult, it was painless in my case, but I see how it would be very convenient...
@SurpriseLon Cool, nice find! 👍 Regarding pleroma-bot, I think it still is a good idea to support RSS feeds, so we'll implement it in future releases anyhow.
Hey, just wanted to point out there has been some progress on this feature. I published an experimental release candidate version (`1.1.1rc7`) that implements preliminary support for RSS feeds. Feel...
That's strange, it shouldn't try to get the pinned tweet if the user has the `rss` mapping. Can you run: ``` pleroma-bot --version ``` And verify that it returns `1.1.1rc7`?...
No worries! That error message makes me think you're now in 1.1.1rc7 👍 It looks to me that for some reason the `rss` mapping is evaluating to `False` or `None`....
Interesting, I've had no luck replicating the issue with that config so far. Could you check if there are any residual folders from previous runs (called `users` or `tweets`) and...
Oh, I see! The plot thickens 😅 Glad you got it working on your laptop but I'm curious what's wrong with your first machine. Any luck with creating a new...