Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/14channelbbs/teddybear

ActivityPub対応の掲示板
https://github.com/14channelbbs/teddybear

2ch 3ch 5ch activitypub fastapi python python3

Last synced: 24 days ago
JSON representation

ActivityPub対応の掲示板

Awesome Lists containing this project

README

        

# teddybear
ActivityPub対応の掲示板
## 名前の由来
Neruさんの「東京テディベア」という曲から拝借しております
## ビルド
```
pip install -r requirements.txt
```
```
uvicorn main:app --host 0.0.0.0 --port 10000
```