Is there a way to view all our previous comments and the upvotes it has received ?

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

It's not real-time (it has data through the end of April right now), but you can run a query on the StackExchange Data Explorer:

select * from Comments where userId = 151292 order by CreationDate

(replace my user id with yours)

link|improve this answer
+1. That's the only way to do it atm (query the dump): cloudexchange.cloudapp.net/stackoverflow/q/438 – ChristopheD May 18 '10 at 20:42
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged