Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 575 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 575 Bytes

Twitty

Python Twitter Bot

config.py This contains the API keys and the function that creates the API object.
followback.py This script follows all the followers the account doesn't follow
retweeter.py This script likes and retweets tweets of specified users

Set up

Steps:

  1. Clone/pull/download this repository
  2. Create a virtualenv with python -m venv env
  3. Activate virtual environment source env/bin/activate
  4. Install dependencies with pip install -r requirements.txt