a7d427d94464fc99ce1c6c725043c9d2b24525cc
David Blume Original 2010-09-03 version

David Blume authored 6 years ago

1) [![License](https://img.shields.io/badge/license-MIT_license-blue.svg)](http://git.dlma.com/techcrunch.git/blob/master/LICENSE.txt)
2) ![python2.x](https://img.shields.io/badge/python-2.x-yellow.svg)
3) # TechCrunch Feed Filter
4) 
5) This is a Python script run as a cronjob to read the TechCrunch article feed, 
6) and decide which articles to include in its own feed.
7) 
David Blume Put a little more detail in...

David Blume authored 6 years ago

8) ## The Problem
9) 
10) TechCrunch was a great blog about innovation and entrepreneurship. As it grew, 
11) it published more articles than I cared to read. Like many savvy blog readers, 
David Blume Fix typo in README.md

David Blume authored 6 years ago

12) I used a feed reader to present the latest articles to me, but TechCrunch's 
13) feed was simply too profuse.
David Blume Put a little more detail in...

David Blume authored 6 years ago

14) 
15) ## The Solution
16) 
17) I created a service that'd visit TechCrunch's feed, and make note of who made 
18) which articles, what the articles were about, how many comments each article 
David Blume Fix typo in README.md

David Blume authored 6 years ago

19) had, and how many Diggs, Facebook likes and Facebook shares each article had.
David Blume Put a little more detail in...

David Blume authored 6 years ago

20) 
21) With that data, the service would determine the median, mean, standard 
22) deviation, and create a minimum threshold for whether the article merited 
23) being seen by me.
24) 
25) I go into deeper detail in this [blog post about it](http://david.dlma.com/blog/my-techcrunch-feed-filter).
26) 
27) Here's [the status page it generates](http://techcrunch.dlma.com/).
David Blume Original 2010-09-03 version

David Blume authored 6 years ago

28) 
David Blume Moved SMTP credentials to s...

David Blume authored 6 years ago

29) # To Do
30) 
31) * Maybe use Reddit upvotes
32) 
33) # Pre-Git History