This bot will fetch a random image from 4chan using the /4chan
command. Currently only
supports a select few boards. Memcache The App Engine Datastore is used to cache 4chan
API data, and a cronjob is run periodically to update the cache. /help
displays a list
of other commands (when implemented).
This app was made using the Google App Engine Flask skeleton
Dependencies should be installed in the ./lib
dir, i.e.:
pip install -r requirements.txt -t <your_app_directory/lib>