mastodon-random-sentence-bot/README.md
2023-12-09 00:25:33 +09:00

671 B

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 run app

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