oduwsdl / raintale

A Python utility for publishing a social media story built from archived web pages to multiple services.
https://oduwsdl.github.io/raintale
MIT License
11 stars 3 forks source link

Add image as a story element type #9

Open shawnmjones opened 5 years ago

shawnmjones commented 5 years ago

Raintale already supports the link and text story element types in JSON input. An image story element type would allow users to handle images in a special way with their templates. It should not be handled that differently from text. This would just give users an additional key with which to control the look of output in templates.

A potential additional key is video. Because the user may need to other key types, this may require more thought than just adding if statements.