A misskey random sentence bot, @hylasuwon@worldc.one
Go to file
2023-12-08 23:17:14 +09:00
data Move sentences into a file 2023-12-08 23:17:14 +09:00
src Move sentences into a file 2023-12-08 23:17:14 +09:00
.example.env Move sentences into a file 2023-12-08 23:17:14 +09:00
.gitignore Move sentences into a file 2023-12-08 23:17:14 +09:00
main.py Move sentences into a file 2023-12-08 23:17:14 +09:00
README.md Move sentences into a file 2023-12-08 23:17:14 +09:00
requirements.txt Move sentences into a file 2023-12-08 23:17:14 +09:00

Misskey Random Sentence Bot

How to run manually

  1. clone repo
  2. make venv
python3 -m venv venv
source ./venv/bin/activate
  1. install modules
pip install -r requirements.txt
  1. change setting
# copy example setting file
cp .example.env .env

# edit setting file
vim .env

5. RUN

python main.py