A misskey random sentence bot, @hylasuwon@worldc.one
Go to file
2023-12-23 19:33:28 +09:00
data/sentences docs(sentence): 맹꽁님 발언 추가 2023-12-23 19:21:50 +09:00
src fix(choose_sentence): 다중 디렉토리 파싱시에 문제 발생하던거 해결 2023-12-23 19:33:28 +09:00
.example.env feat(choose_sentence): 다중 파일, 다중 디렉토리 성택기능 추가 2023-12-23 19:20:18 +09:00
.gitignore Dockerize the app 2023-12-09 00:25:33 +09:00
docker-compose.example.yml feat(choose_sentence): 다중 파일, 다중 디렉토리 성택기능 추가 2023-12-23 19:20:18 +09:00
Dockerfile Dockerize the app 2023-12-09 00:25:33 +09:00
main.py Move sentences into a file 2023-12-08 23:17:14 +09:00
README.md Fix README.md - docker compose run -> docker compose up down 2023-12-09 01:44:15 +09:00
requirements.txt Move sentences into a file 2023-12-08 23:17:14 +09:00
setup.md Dockerize the app 2023-12-09 00:25:33 +09:00

Misskey Random Sentence Bot

no github badge

How to run with docker compose

  1. clone repo
  2. change setting
# copy example compose file
cp docker-compose.example.yml docker-compose.env

# edit compose file
vim .docker-compose
  1. RUN
docker compose up
docker compose down

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
  1. RUN
python main.py

Contribute

To contribute to this project is free!

Contributors

Thank you for your contribution!

kdh8219