Because #BotsInSpace is shutting down () I'm looking for a new home for my bots.
-
Yup. Weird cURL Multi Handle bug. Sending 1,000 at a time didn't work. Sending 15 did.
A bit slower, but not disastrous.
-
Alrighty! Next silly #ActivityPub question.
Why can't Mastodon see my followers?
List of followers isn't available to Mastodon
Iβve written my own ActivityPub software which can be followed and post content to followers. That all works. I have a list of followers available at https://colours.bots.edent.tel/followers However, when I look at theβ¦
SocialHub (socialhub.activitypub.rocks)
-
@Edent Can you share the link to the actor JSON for the bot too, please? Could it be that itβs not properly referenced from there?
-
@lewis It is colours.bots.edent.tel/colours (but you have to request it with the right accept header.)
-
Terence Edenreplied to Terence Eden last edited by [email protected]
I *think* I've got this #ActivityPub syntax correct.
http://colours.bots.edent.tel/followers
That should be paginated followers, but I can't see the followers in any Mastodon client.
-
@jsonarray I registered [email protected] but I can't get it to send me the email verification link. I've tried like three times.
-
@Edent Ever find any new info about this? I'm creating my follower endpoint now and curious if I need to do something undocumented
-
@librenews nope! Not a clue. And I don't know how to get Mastodon to force a refresh.
-
@db0 I approved it. Perhaps, email stopped working. I'll look into it. You should be able to login.
-
@jsonarray Did you approve the email too?
-
A few updates to #ActivityBot - the super simple Fediverse Bot Server you can run anywhere.
New features:
Send direct messages to users
Follow, Unfollow, Block, and Unblock other accounts
Bridge to BlueSky with your domain name via Bridgy Fed
Find out more - https://gitlab.com/edent/activity-bot/
-
@Edent by any chance did you implement DMs so that you could link a domain name via Bridgy Fed?
-
@skylar NO! I did it for unrelated secret reasons!!!!
(ΚΈα΅Λ’)
-
nice job! Ever thought of a standard feature like the bot reposting a small group of fediverse account ? For example, pixelfed is not compatible with bridgy fed
-
@luca I don't really understand what you mean. But I think you should build it.
-
Can someone who is better at #ActivityPub syntax tell me what I've done wrong?
My bot @colours has a list of all its followers at
https://colours.bots.edent.tel/followers
But they're not being picked up by Mastodon.
The MIME type is correct, the JSON is valid, the pagination works, it responds to signed requests.
What super-obvious thing am I missing here?