An open API service indexing awesome lists of open source software.

https://github.com/ajcr/reputation-explorer

Peer deeper into your Stack Overflow rep; plot the rate at which your posts get upvotes
https://github.com/ajcr/reputation-explorer

Last synced: 2 months ago
JSON representation

Peer deeper into your Stack Overflow rep; plot the rate at which your posts get upvotes

Awesome Lists containing this project

README

        

### Reputation Explorer

So you're active on [Stack Overflow](http://stackoverflow.com/) or another site in the Stack Exchange network.

If you're curious, you can find a lot of data about exactly how you've accumulated reputation using Stack Exchange Data Explorer. However, data about when your reputation was gained or lost is not accessible here!
What do you do if, for instance, you want to see exactly how one of your answers have been voted on over time?

This notebook shows a simple way to find, clean and then dig into this data using [pandas](http://pandas.pydata.org/).

Click [here](https://github.com/ajcr/reputation-explorer/blob/master/reputation-explorer.ipynb) to see the exploration in action.