Builds mazes, ham-fistedly makes them look interesting and posts them on twitter.
- Python 3.3+
- POV-Ray 3.7
- A twitter account
- ImageMagick (optional)
make install
maze-builder --keys {twitter-key-file} --pov {pov-executable} --include-path {pov-include-paths} -vv
You can control verbosity with the number of vs. The application will only try to tweet if you provide a key file,
which is formatted like:
CONSUMER_KEY: dsafsafafsd
CONSUMER_SECRET: iuhbfusdfiu44
ACCESS_KEY: vjhbv99889
ACCESS_SECRET: ivfjslfiguhg98
More command-line options are possible, try --help to see them all.
make venv
. venv/bin/activate
python main.py