Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sethoscope/atomodon
makes Atom feed of remote Mastodon feed
https://github.com/sethoscope/atomodon
activitypub atom feed mastodon
Last synced: 24 days ago
JSON representation
makes Atom feed of remote Mastodon feed
- Host: GitHub
- URL: https://github.com/sethoscope/atomodon
- Owner: sethoscope
- License: agpl-3.0
- Created: 2022-12-19T22:13:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T22:14:33.000Z (9 months ago)
- Last Synced: 2024-04-13T12:53:37.560Z (7 months ago)
- Topics: activitypub, atom, feed, mastodon
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atomodon
This script gets the feed of a single Mastodon user and emits the
content as an Atom feed, suitable for feed readers. You could wrap
this and run it on a private server, or run it in a cron job to
generate a feed file locally.The feed includes the same entries you'd find on a Mastodon
website (toots and boosts). Mastodon provides an RSS feed of toots
(primary/original content), but if you also want the boosts, you have to
work a bit harder. The best solution would be for the Mastodon software
to provide such a feed, but in the meantime, here we are.