A selfhosted way to create images with quotations
These programs creates an image with text upon it from either a fortune file or a plain text file. You can read the blog post about it here.
This project is licensed under the MIT license. For the full license, see LICENSE.
imagemagickcommand-line tool for manipulating images.imagemagickcan be found on major Linux distributions.wgetcommand-line tool for downloading files.wgetcan be found on major Linux distributions.
fortunecommand-line tool for providing "fortunes".fortunecan be found on major Linux distributions.slugifyif you wish to have filenames that mirror the text of the quotation. I used slugify-cli, which is a node.js program.
-
If you wish to use your fortune file and get one quotation a day, use
fortune_image.sh. As configured now, it will output one image to your$HOMEdirectory. -
If you wish to specify which fortune file to use, edit
Fortune=$(/usr/games/fortune)to readFortune=$(/usr/games/fortune MyFortuneFile) -
If you wish to use a plain text file and output all of the quotations at once to your home directory, use
all_fortune_image.shwith the text file as the first argument. -
Note that you will have to edit the sizes on lines 23 and 30 to get different output sizes.
- TBH, I'm probably not going to clean this up a lot more; there are too many variables possible for me to account for all of them.
