Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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対応の掲示板
- Host: GitHub
- URL: https://github.com/14channelbbs/teddybear
- Owner: 14ChannelBBS
- License: gpl-3.0
- Created: 2024-05-05T04:24:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T11:54:20.000Z (6 months ago)
- Last Synced: 2024-10-12T21:23:00.828Z (24 days ago)
- Topics: 2ch, 3ch, 5ch, activitypub, fastapi, python, python3
- Language: Python
- Homepage: https://beta.14chan.jp/
- Size: 58.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# teddybear
ActivityPub対応の掲示板
## 名前の由来
Neruさんの「東京テディベア」という曲から拝借しております
## ビルド
```
pip install -r requirements.txt
```
```
uvicorn main:app --host 0.0.0.0 --port 10000
```