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
- RUN
python main.py
Contribute
To contribute to this project is free!
Contributors
Thank you for your contribution!