data | ||
src | ||
.example.env | ||
.gitignore | ||
main.py | ||
README.md | ||
requirements.txt |
Misskey Random Sentence Bot
How to run manually
- 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 .example.env .env
# edit setting file
vim .env
5. RUN
python main.py