Transcriptov

A transcript based markov chain bot for twitter created in python 3.7

Dependencies

  • tweepy
    • git+https://github.com/tweepy/tweepy.git
    • Be sure to use this version; other versions may cause errors in python >=3.7
    • See tweepy.org for more information
  • markovify
    • markovify

Setup

  • Install dependencies
    • pip install git+https://github.com/tweepy/tweepy.git
    • pip install markovify
  • Make a developer account at https://dev.twitter.com
  • Create a new twitter app
  • Set app permissions to read and write
  • Generate access token for your account

Usage

Check run.py for usage examples.

Downloads

Changelog

No current alterations