ActivityPub

716 readers
1 users here now

This is a community dedicated to discussing technical details related to ActivityPub.
We welcome developers familiar with the protocol!

https://activitypub.rocks/
https://www.w3.org/TR/activitypub/

Other ActivityPub communities on Lemmy

founded 5 years ago
MODERATORS
1
 
 

My #LocalHistory website, @hoxsie.org, is now federating freely!

Happy to say that @activitypub solved a problem for me.

So if you're into random snippets of history about #Albany, #Schenectady, and #TroyNY, go ahead and give it a follow – it works!

#history #histodons #UpstateNewYork #UpstateNY

2
 
 

Hey everyone! I'm excited to introduce BotKit, a new framework specifically designed for creating standalone ActivityPub bots.

What makes BotKit different from typical Mastodon bot approaches is that it creates fully independent ActivityPub servers. This means your bots aren't constrained by platform-specific limitations like character limits or attachment restrictions. Each bot is a complete ActivityPub server in itself.

The API is designed to be extremely straightforward. You can create a complete bot in a single TypeScript file, with intuitive event handlers for follows, mentions, replies, and more. Here's a quick example:

const bot = createBot<void>({
  username: "mybot",
  name: "My Bot",
  summary: text`A bot powered by BotKit.`,
  kv: new MemoryKvStore(),
  queue: new InProcessMessageQueue(),
});

bot.onMention = async (session, message) => {
  await message.reply(text`Hi, ${message.actor}!`);
};

BotKit currently supports Deno, with plans to add Node.js and Bun support in future releases. It leverages all the federation capabilities of Fedify but abstracts away the complexity, letting you focus purely on your bot's behavior.

The framework is still in early development, but we'd love to hear your thoughts and feedback. Feel free to try it out and let us know what kind of bots you build with it!

3
 
 

Reading the spec, I can't see why not, wondering if anyone knew.

4
 
 

The version 1.3.0 of Fedify, an ActivityPub server framework, released! The key changes include:

For details, see the full changelog as well!

Fedify 1.3.0 is available at JSR and npm.

5
 
 

cross-posted from: https://lemmy.ml/post/21657544

Finally, Hollo 0.1.0 released! Hollo is a single-user federated microblogging software which is ActivityPub-enabled and powered by Fedify.

Hollo has the most of features that Mastodon has except for moderation tools, and also include:

  • CommonMark (a.k.a. Markdown) and up to 4,096 characters per post
  • Misskey-style quotes (compatible with Misskey, Akkoma, Fedibird, etc)
  • Misskey-style emoji reactions (both Unicode emojis and custom emojis are supported; compatible with Misskey, Akkoma, kmyblue, etc)
  • Generally much relaxed limitations (more poll options, more attachments, and so on)
  • … and many more!

If you're interested in Hollo, please give it a try! There are several ways to install it: using Railway, using Docker (and Docker Compose), or manually.

If you're already using Hollo, please upgrade it to v0.1.0:

6
 
 

On est en train de finir notre #contribatelier : plusieurs dizaines de contributions à Common Voice et des discussions très sympathiques.

Rendez-vous au prochain le mercredi 13 novembre, on y explorera la fédération, @activitypub @mobilizon, @Mastodon, @peertube pour comprendre tout ça !

7
8
9
10
 
 

My #activitypub server is mostly coming along nicely but I'm having one problem with which I'd appreciate a little insight and help.

Right now I have this server (from which I'm writing now) operating in production, and I have a development version sitting behind a SSH tunnel from my public webhost. That version, like the production version, is proxied via nginx.

The problem is that for the development server only, much of the time servers from which I request public information complain that the server key I use to request most public data is "not found." This doesn't happen in production, and the code for this is identical to production, with the only system differences being that one is behind a tunnel and operating via a different domain name and server key.

Some relevant URLS, to make things concrete:

If anyone can look at the server's responses for those and let me know if they see anything fishy, I'd very much appreciate hearing about it!

activitypub

11
 
 

I know it's not a new thing to write guides on ActivityPub, but I wanted to throw my own into the ring. Lists information, common questions, links to many different variations of software, the varying stances on Threads, and also apps available to those who like to be on they phones.

12
 
 

I'm an old redditor that left the platform for Lemmy.

I have been using Sync and using lemm.ee.

I have heard so much about activity pub and simply don't understand how to use it. Do you use a browser to visit another website that is like a Lemmy instance? Is there an Android app that connects a bunch of instances like pixelated and Lemmy instances together? Or is Sync able to do all this but there is a setting I need to do.

Can someone please help shed some light to this? Thank you.

13
1
Building ActivityPub (activitypub.ghost.org)
submitted 11 months ago by [email protected] to c/[email protected]
 
 

publicado de forma cruzada desde: https://lazysoci.al/post/12745625

Looks like it's really happening!

14
15
 
 

Is it possible to get a list of all the users/accounts that liked(or disliked) a particular post or comment?

16
17
1
Introduction to ActivityPub (socialhub.activitypub.rocks)
submitted 2 years ago by [email protected] to c/[email protected]
18
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

Hello.

Is it planned to make up and downvotes of posts non public by default? Right now everyone can see which posts a certain user up- or downvoted. Which can be problematic.

Regards

19
 
 

The new standalone app will be based on Instagram and integrate with ActivityPub

20
 
 

Is it store and forward system, when a server/instance is down - I assume?

Curious how

comment from A
    reply from B
        reply from C

Works if A never gets the message from the user on instance B due to an Internet connection problems...

21
22
 
 

cross-posted from: https://lemmy.ml/post/952618

Fediverse is going mainstream fast. And it is going to be a corporate hellhole if the grassroots initiatives that drove it to its current success are losing their grip on evolution in proper direction: Humane tech that is to the benefit of the people andd society, free culture thriving.

While corporate threads are looming, meanwhile the activated developer community is once again splintering, fragmenting initiatives appearing that dilute attention to focus on common efforts, cohesion, cross-pollination and collaboration. The "herding cats" problem of grassroots movements.

Great opportunity is now. Cohesion means that initiatives remain independent, but take care to coordinate with what is going on elsewhere.

👉 You can help! Avoid a CorporaVerse where you are exploited and milked. Bring attention to the opportunity and participate in the related initiatives to help bring them closer together. You might also boost my related toot.

23
 
 

cross-posted from: https://lemmy.ml/post/639707

The Fediverse going mainstream is ablaze with new developer activities. Many new projects are starting. I am co-maintaining 3 lists, part of the delightful project (this is similar to Github Awesome lists, but only for FOSS, Open Data and Open Science, and without sponsored ads) and can need your help to keep the lists up-to-date.

Find a new project or an entry that needs updating? Please PR to one of the following repositories:

The apps and ActivityPub resources from these lists will be hand-picked for inclusion in Fediverse Party website. And the lists are auto-compiled into the Delightful Club website.

If you want to become part of the Delightful Club and maintain a sub-list on a subject of your choice, then file an issue to the top-level ist.

24
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

Seppo is a social web (Fediverse/ActivityPub) implementation in OCaml.

Grant: https://nlnet.nl/project/Seppo/ (NGI0 Entrust)
Project site: https://seppo.social/
Code: https://seppo.social/sourcecode (https://codeberg.org/seppo/seppo#seppo)
Mailing list: https://seppo.social/mailinglist (~mro/[email protected])

More info about NGI's support of ActivityPub implementations: https://lemmy.ml/post/631795

via https://digitalcourage.social/@mro/109443585813872820

25
 
 

W3C Social Web Incubator Community Group (SWICG, aka SocialCG)'s re-opened its public mailing list, "for discussion of standards or implementation experience/ideas for a decentralised [distributed / federated] social web".

SWICG "continues the work of the W3C Social Web Working Group" - which standardized ActivityPub. More info: https://www.w3.org/wiki/SWICG https://www.w3.org/TR/activitypub/#sotd

Discussion on the list has begun, e.g. https://lists.w3.org/Archives/Public/public-swicg/2022Nov/0003.html "Thoughts on directions for a rebooted SWICG"

Posting to the list requires joining the group: https://www.w3.org/community/SocialCG/

view more: next ›