Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomcasavant/dynamicactivitypub
Experimental project for practicing/messing around with ActivityPub
https://github.com/tomcasavant/dynamicactivitypub
activitypub flask
Last synced: 24 days ago
JSON representation
Experimental project for practicing/messing around with ActivityPub
- Host: GitHub
- URL: https://github.com/tomcasavant/dynamicactivitypub
- Owner: TomCasavant
- License: gpl-3.0
- Created: 2024-03-24T17:12:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T13:51:15.000Z (8 months ago)
- Last Synced: 2024-10-12T21:23:00.481Z (24 days ago)
- Topics: activitypub, flask
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DynamicActivityPub
## DISCLAIMER: DO NOT USE THIS CODE THIS WAS FOR TESTING PURPOSES ONLY, I STORE PRIVATE KEYS UNENCRYPTED KEYS IN THE DATABASE AND WEB ENDPOINTS ARE NOT PROTECTED BY ANY SORT OF AUTHENTICATION
Messing around with ActivityPub, needed a way to generate activitypub profiles/messages dynamically (they do not need authentication because none of them are real users), primarily used to test this minetest activitypub bridge https://github.com/TomCasavant/MinetestActivityPub/
Relevant blog post: https://tomcasavant.com/experimenting-with-activitypub-minetest-activitypub-bridge/