You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
LICENSE | 3 years ago | |
README.md | 3 years ago | |
loadquotes.py | 3 years ago | |
post.py | 3 years ago | |
quotes.dat | 3 years ago | |
replacevars.py | 3 years ago | |
requirements.txt | 3 years ago |
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!