src | ||
.gitignore | ||
main.py | ||
README.md | ||
requirements.txt |
Misskey Random Sentence Bot
How to run
- clone repo
- make venv
python3 -m venv venv
source ./venv/bin/activate
- install modules
pip install -r requirements.txt
- 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 runaccess_token
: API access token of your bot accountgoogle_api_json
: your google api access json filespread_sheet_url
: URL of spread sheet that include sentences as:
- RUN
python main.py