A misskey random sentence bot, @hylasuwon@worldc.one
Go to file
2023-12-08 19:38:31 +09:00
src add new method that get random sentence 2023-12-08 19:38:31 +09:00
.gitignore init 2023-12-03 23:01:55 +09:00
main.py add new method that get random sentence 2023-12-08 19:38:31 +09:00
README.md init 2023-12-03 23:01:55 +09:00
requirements.txt init 2023-12-03 23:01:55 +09:00

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