misskey-random-sentence-bot/README.md
2023-12-03 23:01:55 +09:00

666 B

Misskey Random Sentence Bot

How to run

  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 setting_example.py setting.py

# edit setting file
vim setting.py
  • instance_address: address of misskey instance that your bot will run
  • access_token: API access token of your bot account
  • google_api_json: your google api access json file
  • spread_sheet_url: URL of spread sheet that include sentences as:

  1. RUN
python main.py