RE: RE: Use Python to Discover Your Biggest Fans
You are viewing a single comment's thread from:

RE: Use Python to Discover Your Biggest Fans

Words
38
Reading
1 min
Listen
Play
5y

Hmm downvotes is a good one

select voter, count(voter) as downvotes from txvotes where weight < 1 and author='makerhacks' group by voter order by downvotes desc;

goidt@goidt, 'downvotes': 3
matt-a@matt-a, 'downvotes': 2
sachincool@sachincool, 'downvotes': 2
stem.curate@stem.curate, 'downvotes': 2
thevote@thevote, 'downvotes': 2
timm@timm, 'downvotes': 1
tonygreene113@tonygreene113, 'downvotes': 1

Unsurprisingly Tony appears on both this and the mute list ;)