minya_hotomoe/readme.md

31 lines
514 B
Markdown
Raw Permalink Normal View History

2023-10-02 08:03:22 +02:00
<img src="https://git.hawawa.tech/soumt/Minya-Bot/raw/branch/main/imgs/logo_tmp.jpg" alt="MiNya temp logo" width="400">
2023-10-02 08:04:03 +02:00
2023-10-02 08:03:22 +02:00
# MiNya
2023-09-08 04:03:14 +02:00
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
```