Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Nyantter/Nyantter

Repository files navigation

Nyantter

まだ開発中です

Todos

Todo.mdをお読みください。

How to run Nyantter

必要なもの

  • Python 3.11.9 (3.12での動作確認はしていません)
  • (将来的に)Turnstileのサイトキー・シークレットキー

venvなんて知らん
まず、依存関係をインストールします。

pip install -r requirements.txt
or
python3 -m pip install -r requirements.txt

Set up the config

config-example.ymlconfig.ymlへコピーし、config.ymlを編集してください。

Database migration

config.ymlのdatabaseの値が設定されているか確認してから、以下のコマンドを実行してください。

py migration.py
or
python3 migration.py

Run the Nyantter

以下のコマンドでは、IPアドレス0.0.0.0、ポート10000でリッスンします。

uvicorn main:app --host 0.0.0.0 --port 10000
or
python3 -m uvicorn main:app --host 0.0.0.0 --port 10000

About

A new SNS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors