citizensandtech / CivilServant

CivilServant supports communities on reddit to conduct your own A/B tests on the effects of moderation practices, and share those results to an open repository of moderation experiments.
http://civilservant.io
MIT License
23 stars 5 forks source link

Query "hot" page from Front page #18

Closed natematias closed 8 years ago

natematias commented 8 years ago

Whoops -- we got new, controversial, and top, but not "hot", which is the default view!

natematias commented 8 years ago

It turns out that we should be querying the "all" subreddit rather than the front page -- which returns the per-user customized page (which will be meaningless). But the "all" subreddit in praw fails when you query basic information, so rather than modifying the subreddit querying code, we should refactor the front_page controllers.