activitypub-exampleAn ActivityPub server implementation example项目地址:https://gitcode.com/gh_mirrors/ac/activitypub-example
activitypub-example
是一个用 Python 编写的 ActivityPub 服务器实现示例。ActivityPub 是一个 W3C 标准的去中心化社交网络协议,允许不同的社交网络服务之间进行互操作。该项目旨在展示 ActivityPub 协议的基本功能,并提供一个用于理解和测试协议的示例。
git clone https://github.com/tOkeshu/activitypub-example.git cd activitypub-example
pip install -r requirements.txt
python manage.py runserver
服务器将在 http://127.0.0.1:8000
启动。
activitypub-example
主要用于微型博客场景,用户可以发布笔记、点赞和关注其他用户。以下是一些典型的应用场景:
通过这些项目和库,可以进一步扩展和丰富 ActivityPub 生态系统。
activitypub-exampleAn ActivityPub server implementation example项目地址:https://gitcode.com/gh_mirrors/ac/activitypub-example