First working version

This commit is contained in:
Daniele Verducci (Slimpenguin)
2023-02-28 22:18:48 +01:00
commit daac9f8ccb
5 changed files with 828 additions and 0 deletions

7
fetch-dashboard.sh.example Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env sh
# This is an example configuration for https://github.com/pascalw/kindle-dash
# Ignore this file if you are using a different dashboard
# Run the fetcher and save result PNG in $1
python3 "$(dirname "$0")/mastodon-image-fetcher.py" "$1"