Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yupix/misskeynotfoundfixer
misskeyで画像がnotfoundしているユーザーの画像を修復するもの
https://github.com/yupix/misskeynotfoundfixer
cli misskey python
Last synced: 12 days ago
JSON representation
misskeyで画像がnotfoundしているユーザーの画像を修復するもの
- Host: GitHub
- URL: https://github.com/yupix/misskeynotfoundfixer
- Owner: yupix
- License: mit
- Created: 2021-12-24T12:07:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T14:28:20.000Z (over 2 years ago)
- Last Synced: 2024-04-13T12:57:51.630Z (8 months ago)
- Topics: cli, misskey, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Misskey NotFound Fixer
Misskeyでリモートユーザーの画像がおかしくなった際に修正するためのコマンドです。
## インストール
```bash
python setup.py sdist
cd dist && pip install mnff-0.0.1.tar.gz
```## 使い方
```
mnff --token=token --url wss://example.com/streaming --user_id ユーザーのid
```