https://github.com/capjamesg/activitypub
A limited implementation of ActivityPub.
https://github.com/capjamesg/activitypub
activitypub activitypub-server activitystreams decentralized-web
Last synced: about 1 month ago
JSON representation
A limited implementation of ActivityPub.
- Host: GitHub
- URL: https://github.com/capjamesg/activitypub
- Owner: capjamesg
- License: mit
- Created: 2023-09-21T11:20:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T14:34:39.000Z (over 2 years ago)
- Last Synced: 2025-12-26T16:43:43.018Z (5 months ago)
- Topics: activitypub, activitypub-server, activitystreams, decentralized-web
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ActivityPub
A limited implementation of ActivityPub.
> [!NOTE]
> I am building this software to learn about ActivityPub, without aspiration of building a complete implementation of the standard.
## Getting Started
First, clone this repository and install the required dependencies:
```bash
git clone https://github.com/capjamesg/activitypub
cd activitypub
pip install -r requirements.txt
```
Then, run the ActivityPub server:
```bash
python app.py
```
The ActivityPub server will be available at `http://localhost:5000`.
When you first run the server, a database is created and a keypair is saved for use with the server.
## Supported Methods
Supported methods appear below with a checked checkbox. Methods I want to support appear as an empty checkbox.
- [ ] Create
- [ ] Follow
## License
This project is licensed under an [MIT license](LICENSE).