17 lines
657 B
Markdown
17 lines
657 B
Markdown
|
# morrowsay-bot
|
||
|
|
||
|
A dumb bot to post random generic quotes to your fediverse timeline!
|
||
|
|
||
|
### How to run ###
|
||
|
* For posting you can use already pre-saved quotes from the repository. If you want "your own", you can...
|
||
|
* ...download quotes:
|
||
|
```bash
|
||
|
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!
|
||
|
|
||
|
![alt text](https://i.imgur.com/3ao6VLt.png)
|