forked from capedayo/minya_hotomoe
minya (Hotomoe Ver.)
bin | ||
imgs | ||
modules | ||
.gitignore | ||
DummyModule.py | ||
example.env | ||
lib64 | ||
minya.py | ||
module_interface.py | ||
pyvenv.cfg | ||
readme.md | ||
requirements.txt |
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