Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yupix/catclient
https://github.com/yupix/catclient
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yupix/catclient
- Owner: yupix
- License: mit
- Created: 2023-10-01T11:19:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T11:28:20.000Z (about 1 year ago)
- Last Synced: 2024-11-11T10:06:05.695Z (about 1 month ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# このプロジェクトについて
MiPAとfletを用いた簡易的なMisskeyクライアントです。
## ToDo
- [ ] 投稿できるように
- [ ] リアクションが付けれる
- [ ] 通知が見れる
- [ ] 返信やリノートを表示できる## 使い方
.env_exampleを.envに改名し、トークンやインスタンスのURLをご自身の物に変更してください。
```sh
pip install -r requirements.txt # 依存関係のインストール
python main.py # 実行
```