kstathou / butter-robot

Twitter bot that posts Rick and Morty facts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rick and Morty Twitter bot

This bot is created using Rick and Morty API and Tweepy.

To run it, you will need a file named twitter_credentials.py that includes the following:

consumer_key = 'MY_CONSUMER_KEY'
consumer_secret = 'MY_CONSUMER_SECRET'
access_token = 'MY_ACCESS_TOKEN'
access_token_secret = 'MY_ACCESS_TOKEN_SECRET'

TODO:

  • Documentation
  • Include images in tweets

About

Twitter bot that posts Rick and Morty facts


Languages

Language:Jupyter Notebook 61.3%Language:Python 38.7%