Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 419 Bytes

File metadata and controls

19 lines (15 loc) · 419 Bytes

Computational-Humor

Using machine learning to deliver funny captions for pictures.

Installation

Run pip install praw

Setup

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}

Execution

Run python reddit.py