28 lines
392 B
Markdown
28 lines
392 B
Markdown
|
# Minya
|
||
|
A module-based misskey bot platform on python.
|
||
|
Example modules (for Korean) included
|
||
|
|
||
|
## install
|
||
|
|
||
|
Clone this repo and install requirements.
|
||
|
|
||
|
```bash
|
||
|
git clone https://git.hawawa.tech/soumt/minya-bot.git
|
||
|
cd minya-bot
|
||
|
|
||
|
pip install -r requirements.txt
|
||
|
```
|
||
|
|
||
|
Copy example.env to .env and modify settings.
|
||
|
|
||
|
```bash
|
||
|
cp example.env .env
|
||
|
vi .env
|
||
|
```
|
||
|
|
||
|
Run minya.
|
||
|
|
||
|
```bash
|
||
|
python3 minya.py
|
||
|
```
|