Using machine learning to deliver funny captions for pictures.
Run pip install praw
Make a local file src/config.py
with the following:
CLARIFAI_AUTH = {access token}
WORD_AUTH = {words.bighugelabs.com token}
SIM_AUTH = {https://dandelion.eu token}
BOT_USERNAME = {reddit account}
BOT_PASSWORD = {reddit password}
Run python reddit.py