minya (Hotomoe Ver.)
Find a file
2023-10-07 11:14:49 +09:00
imgs chore: changed readme 2023-10-02 15:03:22 +09:00
modules feat: add more Ai_tem string 2023-10-06 23:50:10 +09:00
.gitignore feat: added database module 2023-10-02 14:36:36 +09:00
DummyModule.py feat: added poll module 2023-10-03 11:01:27 +09:00
example.env initial 2023-09-08 09:49:37 +09:00
minya.py feat: added poll module 2023-10-03 11:01:27 +09:00
module_interface.py feat: added poll module 2023-10-03 11:01:27 +09:00
readme.md chore: changed readme II 2023-10-02 15:04:03 +09:00
requirements.txt chore: add readme and requirements 2023-09-08 11:03:14 +09:00

MiNya temp logo

MiNya

A module-based misskey bot platform on python. Example modules (for Korean) included

install

Clone this repo and install requirements.

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.

cp example.env .env
vi .env

Run minya.

python3 minya.py