NaiJi ✨ 2d8b03d65b | ||
---|---|---|
LICENSE | ||
README.md | ||
loadquotes.py | ||
post.py | ||
quotes.dat | ||
replacevars.py | ||
requirements.txt |
README.md
morrowsay-bot
Just a bot which posts random generic quotes to your Mastodon timeline!
Currently posting on: https://social.inex.rocks/@MorrowindNPCbot
How to run
- For posting you can use already pre-saved quotes from the repository. If you want "your own", you can...
- ...download quotes:
python3 loadquotes.py
-
To make a single post with a random quote from the gotten file, run
post.py
-
Don't forget to setup your bot account, get access tokens and establish the environment around it. I am not providing any instructions of how to do it, since all the steps are different and depend on what, where and how you want to run the bot.
-
That's all!