2019-08-08 20:36:11 +02:00
|
|
|
# Ricky Memphis toot
|
|
|
|
|
|
|
|
Toot a random image of the greatest actor of all time.
|
|
|
|
|
|
|
|
|
|
|
|
Build:
|
|
|
|
```
|
|
|
|
docker build -t rickymemphis .
|
|
|
|
```
|
|
|
|
|
|
|
|
After you have unzipped the *rm.zip* file, you can run:
|
|
|
|
|
|
|
|
```
|
|
|
|
export MASTODON_TOKEN="..."
|
|
|
|
export MASTODON_SERVER="..."
|
2019-08-08 20:43:48 +02:00
|
|
|
docker run --rm -e MASTODON_TOKEN -e MASTODON_SERVER -v `pwd`/rm:/rm rickymemphis
|
2019-08-08 20:36:11 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
Apache 2.0
|
|
|
|
|
|
|
|
# Credits
|
|
|
|
|
|
|
|
"toot.sh" script from:
|
|
|
|
|
|
|
|
* https://git.lattuga.net/bida/MastodonMegafono
|
|
|
|
* https://git.lattuga.net/encrypt/toot
|