/pcm

Political Compass Subreddit Analyzer

Primary LanguagePythonMIT LicenseMIT

Political Compass Subreddit Analyzer

graphic

Generate this graphic for a named list of subreddits. The code is well documented. PRs welcome.

Originally inspired by this reddit post.

Setup

Have Python installed. Install packages as follows:

pip install -r requirements.txt

Create the file app.yaml in the same directory containing your access information. The file should look like this:

client_id: asdf
client_secret: fdsa
password: swordfish
user_agent: PCM
username: me

Execution

./pcm.py

License

MIT