bholagabbar / crackmeup-bot

A twitter bot that tweets and tweets back jokes utilising the crackmeup-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crackmeup-bot

A twitter bot - crackmeupbot that tweets an endless stream of dank jokes using the crackmeup-api

Setup

  1. Get your Twitter App API credentials from dev.twitter.com
  2. Add the corresponding keys/credentials as env variables
    • YOUR_ACCESS_TOKEN
    • YOUR_ACCESS_TOKEN_SECRET
    • YOUR_CONSUMER_KEY
    • YOUR_CONSUMER_SECRET
  3. run python tweet_bot.py && python reply_bot.py && or build and run with Docker using sudo docker build -t crackmeup-bot && docker run crackmeup-bot

(Beta) Tweeting to the bot to get back a personalised Joke

Example:

@crackmeupbot #crackmeup with a blond joke

Categories available on the API README page.

About

A twitter bot that tweets and tweets back jokes utilising the crackmeup-api


Languages

Language:Python 97.9%Language:Dockerfile 2.1%