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

Add sticky comments to new posts soon after their appearance #29

Closed natematias closed 7 years ago

natematias commented 8 years ago

Remember to set the permissions requested with PRAW.get_authorize_url

natematias commented 8 years ago

Notes on implementation:

  1. Add a way to specifically record the fact and details of experiments, probably in a database model
  2. Decide if you want custom code/scheduled jobs per experiment type, or whether you should handle experiments through a pipeline with conditional logic on what to do under what conditions