Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldraco/twitter-stats
Python tool to get stats about twitter accounts. How stop following you, etc.
https://github.com/eldraco/twitter-stats
Last synced: 3 months ago
JSON representation
Python tool to get stats about twitter accounts. How stop following you, etc.
- Host: GitHub
- URL: https://github.com/eldraco/twitter-stats
- Owner: eldraco
- Created: 2014-08-28T09:29:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-31T21:42:53.000Z (over 10 years ago)
- Last Synced: 2024-08-03T18:14:00.253Z (7 months ago)
- Language: Python
- Size: 148 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-twitter-tools - twitter-stats - Python tool to get stats about twitter accounts. How stop following you, etc. (Tools)
README
Twitter-stats
=============This is a simple program to get information about any twitter account in your command line.
Features so far
---------------
- Obtain the names of the followers of a given twitter account name.
- Works with Twitter API v1.1 (so far August 2014)Usage
-----
To use this program you MUST have your twitter credentials and put them in a file.Instructions are here also: https://dev.twitter.com/docs/auth/tokens-devtwittercom
1- Login to twitter.com
2- Go to https://dev.twitter.com/
3- Go to my applications
4- Create a new app
5- Go to API keys menu
6- What is called "API key" should be put in a file as oauth.consumerKey
7- What is called "API key secret" should be put in a file as oauth.consumerKeySecret
8- Push th button "Create access tokens".
9- The acccess token in the web page goes into oauth.accessToken
10- The acccess token secret in the web page goes into oauth.accessTokenSecret
11- Be SURE of putting each token in the correct place.
You have an empty file called credentials.txt as an example to fill. Once you put the 4 values, you can run the program like this:
To get the followers of the user "test1234"
./twitter-stats.py -n test1234 -f -a credentials.txt
You can store the output in an external file every day and then compare them with diff.