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:
Create a Twitter app at https://dev.twitter.com/apps.
Grant your Twitter app read/write privileges.
Create an access token.
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
list-nonfollowers.py and unfollow-nonfollowers.py are based on [Jamieson Becker’s unfollow script](http://pastebin.com/CxUDMtMi)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tweepy-utils-0.1dev.tar.gz
.
File metadata
- Download URL: tweepy-utils-0.1dev.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9411427e87e48b4b20da8e8e0cb45d5bbd4034493e419af742150c24dccddbb6 |
|
MD5 | 9c54ee1fbdb6e3d59ff965da427aafac |
|
BLAKE2b-256 | 8ae803af8275659a35d3bb882df30cc2110b595e03c4e4da5f23ee70251ab573 |
File details
Details for the file tweepy-utils-0.1dev.macosx-10.6-x86_64.exe
.
File metadata
- Download URL: tweepy-utils-0.1dev.macosx-10.6-x86_64.exe
- Upload date:
- Size: 66.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef95496eb5649b7d3320813ee906aa57e9c665d20e089e5f60cef328d0568ea9 |
|
MD5 | 25d057f8a7dffac1c1cb785286c9f875 |
|
BLAKE2b-256 | bca67f57c33ceb83b368ae8edd525b6943cc8d6000605ab053eef4aa95ff88da |