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

Twitter token multiplexing with database #44

Open notconfusing opened 6 years ago

notconfusing commented 6 years ago

I refactor the twitter_connect.py module to store tokens in the database, not in memory, for threadsafety.