README: Add Misskey.py install info
This commit is contained in:
parent
ec9752984e
commit
42a276dc17
|
@ -4,7 +4,15 @@ Python script to quickly delete old messages on a Misskey instance.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Before using, you'll need to install the [Misskey.py](https://pypi.org/project/Misskey.py/)
|
||||||
|
pip module:
|
||||||
|
|
||||||
|
```
|
||||||
|
# pip3 install Misskey.py
|
||||||
|
```
|
||||||
|
|
||||||
From the built-in help:
|
From the built-in help:
|
||||||
|
|
||||||
```
|
```
|
||||||
usage: missclear.py [-h] [-d DAYS] [-q] [-r RETRIES] [-A | -N] instance
|
usage: missclear.py [-h] [-d DAYS] [-q] [-r RETRIES] [-A | -N] instance
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue