Skip to main content
2025 Python Packaging Survey is now live!  Take the survey now

A set of Python utility scripts for Twitter account management, using Tweepy.

Project description

# tweepy-utils

A set of Python utility scripts for Twitter account management, using Tweepy.

## Installation

First the Twitter developer setup:

Then (for now):

$ mkvirtualenv tweepy-utils $ pip install -r requirements.txt $ git clone … $ cd tweepy-utils $ cp config.ini.example config.ini

Finally open config.ini and add:

  • Your Twitter username

  • API key/secret

  • Access token/secret

# Usage

List people who don’t follow back:

$ python list-nonfollowers.py

Unfollow people who don’t follow back:

$ python unfollow-nonfollowers.py

Unfollow people who don’t follow back, using the settings from pcs.ini:

$ python unfollow-nonfollowers.py -c pcs

# Credits

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page