3 Commits

Author SHA1 Message Date
Robohash
78759d8aa5 The main purpose of the change was to port Robohash to Python3.
I took the opportunity to go back and fix a few things that I should have done better the first time.

+ Port to work with both Python2 and Python3
+ Port to run with newest Tornado-
+ Dynamically read in list of sets from filedir (this won't be slow, since we run out of a ramdisk in prod)
+ Break Robohash object out into it's own class, so we can call it from other programs without going through HTTP
+ Allow /set_set3/ style parameters anywhere in the URL
+ DataURI as PNG instead of jpg - I'll make this configurable in a future version.
2013-08-28 02:32:29 -04:00
Robohash
adfa4f02f4 Cleaned up directoryparam support 2012-11-06 17:42:26 -05:00
Robohash
04d89e8b49 Add requirements.txt via @sprintly 2012-09-24 08:51:42 -04:00