This project has moved to Sourcehut: https://git.sr.ht/~ljc/dust
Dust cloud generator for @dust_exe, a Twitter bot.
Originally a proof of concept was made with Cheap Bots Done Quick, then rewritten in Python. The original Tracery JSON source is available.
Python 3 is required. Install the Python requirements using Pip:
pip3 install -r requirements.txtlibrsvg is used to render the SVG to PNG, and Imagemagick is used to then convert the PNG to JPG.
On OS X, these may be installed using Homebrew:
brew install librsvg imagemagick