Watching the flow of ActivityPub posts via WordPress

Open
#339 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
wordpress
Domain
backend, web-dev

Research direction

Start by reviewing the proposed wordpress.com changes.json feed and the six fields listed in the issue. Determine where this project could consume and present the feed, and clarify the desired display and polling behavior before coding. Done means the ActivityPub/WordPress activity is visible beyond the user's own posts and the result is useful for evaluating the connection.

Written by the indexing model from the issue text.

Description

I want to see how people are using the connection between WordPress and ActivityPub.

Right now all I see are the posts I write.

Seeing what people are doing might give us ideas how to improve our respective products.

1999

We had a similar itch in 1999 when we wanted to see what the bloggers were writing. When a blog updated it would ping, we'd verify that they changed and if so, it would appear at the top of the list at weblogs.com.

Its output was a file called changes.xml, it had three bits of info for each update, the name, a url and timestamp.

There was a limit to 100 items in the file.

2025

wordpress.com maintains a changes.json file at a fixed location which we can poll.

there's a limit to the number of items in the file.

each item has:

  1. name of blog it came from
  2. title of the post if it has one
  3. when it was published
  4. url of the post via mastodon
  5. url of the post via wordpress
  6. url of rss feed for the site

that's where to start. let's see what we get to see where we go with this.

What will happen

We will of course share the info with the people who are using it. ;-)

Guess what we'll all start writing about -- how great it is and what doesn't work.

Giving a voice to the bloggers to help drive the direction of the tech.

I bet the users we're attracting now are pretty leading edge people.

Dominant language
HTML
Stars
134
Forks
10
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from scripting/Scripting-News

All issues in scripting/Scripting-News

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.