|
@@ -2,7 +2,10 @@
|
2
|
2
|
|
3
|
3
|
|
4
|
4
|
This runs a web app where /`lang`/`instance`/`user`/`hashtag` returns an iframeable page with
|
5
|
|
-of all posts by a matodon `@user@instance account` that contain `#hashtag`
|
|
5
|
+all recent posts by a matodon `@user@instance account` that contain `#hashtag`
|
|
6
|
+
|
|
7
|
+This is derived from the corresponding RSS feed (that's why we only get recent posts).
|
|
8
|
+I counldn't find a simple way to get this information via "proper" mastodon API, so I used RSS (like boomers do 😉).
|
6
|
9
|
|
7
|
10
|
For example:
|
8
|
11
|
|