fortunebot/README.md

29 lines
490 B
Markdown
Raw Permalink Normal View History

2025-01-01 05:42:55 +00:00
# fortunebot
2025-01-01 05:49:08 +00:00
Open alternative to InspiroBot
## A short guide
To make executable:
```zsh
chmod +x teller.sh
```
To create a quote image:
```zsh
./teller.sh
```
To create a quote image with custom fortune file:
```zsh
./teller.sh myfortunes # replace "myfortunes" with your fortune file!
```
To create a quote image with Samantha making the quotes:
```zsh
2025-01-01 05:49:59 +00:00
./teller.sh samantha-mode # note that you CANNOT use a fortune file named "samantha-mode" as that conflicts with this mode
2025-01-01 05:49:08 +00:00
```