Minimal-ActivityPub Documentation
Welcome to the minimal-activitypub documentation! Minimal-activitypub is an ActivityPub API implementation in Python. Most methods are using asyncio. Only a limited number of API methods are implemented - basically just the methods needed for my other fediverse related projects, such as Tootbot, Fedinesia and Lemmy2Fedi.
Documentation Sections
- Authentication - How to authenticate with ActivityPub instances
- Posting Statuses - How to post statuses and media
- API Methods - Complete list of available API methods
Quick Navigation
- Getting Started - Basic setup and installation
- API Reference - Complete API documentation
- Examples - Code examples and tutorials
About This Documentation
This documentation is generated using mike for versioned documentation deployment. The source documentation is written in Markdown and automatically builds API documentation from the Python source code.
Project Information
- Project Name: minimal-activitypub
- Author: Marvin8
- License: AGPL-3.0-or-later
- Source Code: Codeberg
- PyPI: minimal-activitypub