Jon Skeet has the following reputation tracker which is built by C#.
I am interested in building a similar app by Python such that at least the following modules are used
- beautiful soup
- defaultdict
We apparently need
- to parse the reputation from the site 'http://stackoverflow.com/users/#user-id#' by Bautiful soup
- to store the data by defaultdict
How can you build a similar reputation system as Jon's one by Python?