Mercurial > repos > other > WhoTweets
changeset 1:2634c968e4ac default tip
Add a bit more context to the README
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 02 Oct 2017 19:09:19 +0100 |
parents | b2ff4e4d4085 |
children | |
files | README.md |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Mon Oct 02 19:02:47 2017 +0100 +++ b/README.md Mon Oct 02 19:09:19 2017 +0100 @@ -1,12 +1,22 @@ PyWhoTweets =========== + About ----- PyWhoTweets is a small Python command-line script that fetches a set of tweets from your timeline and tallies up the authors to work out who tweets most in your timeline. +The purpose of PyWhoTweets was to find out who is the most vocal in your timeline. When you've got +200 new tweets in the last two hours, where did most of them come from? Which user that you follow +tweets (or retweets) the most? + +This is different to the mass of apps and sites and lists out there that can tell you which Twitter +users in general tweet most. They don't help you understand your own timeline. Since I couldn't +find anything amongst the noise, I made my own little script. + + Getting Started ---------------