WordTheme Dictionary sync for all types of cursed uses
Uses WordTheme's dictionary from your Google Drive if you've turned on sync in the app. This repo is designed for Heroku deployment.
You'll need to set up your google credentials (as explained here) and set the following env variables
SECRET_KEY=<any string>
G_CLIENT_ID=<id from your credentials json>
G_CLIENT_SECRET=<secret from your credentials json>
and replace the PROJECT_ID constant in leaftheme/main.py
If you're deploying to heroku, don't forget to add env variables to app's Settings -> Config Vars
$ python wsgi.py
Look for a WordTheme/*.wt file in your Google Drive.
It's a zip file that should have dictionary.txt.
Extract it, put in the leaftheme directory and run leaftheme/dictionary.py, and then you can mess around in main() to get what you need.