Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yupix/misskeynotfoundfixer

misskeyで画像がnotfoundしているユーザーの画像を修復するもの
https://github.com/yupix/misskeynotfoundfixer

cli misskey python

Last synced: 12 days ago
JSON representation

misskeyで画像がnotfoundしているユーザーの画像を修復するもの

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
```