Everytweet

Dictionary based prefix-suffix twitter bot 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

Setup

  • Install dependencies
    • pip install git+https://github.com/tweepy/tweepy.git
  • 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