# HG changeset patch # User IBBoard # Date 1506967759 -3600 # Node ID 2634c968e4accfffb68e0483e8672f2b8fa69a91 # Parent b2ff4e4d408537b708baec1ccd251556c827d515 Add a bit more context to the README diff -r b2ff4e4d4085 -r 2634c968e4ac README.md --- 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 ---------------