An open API service indexing awesome lists of open source software.

https://github.com/kstrauser/judgish

Analyze and judge the people you follow on Twitter
https://github.com/kstrauser/judgish

Last synced: 11 months ago
JSON representation

Analyze and judge the people you follow on Twitter

Awesome Lists containing this project

README

          

# Judgish

Analyze and judge the people you follow on Twitter

# Motivation

I found myself mostly reading lists of just a few select users because my
"home" timeline was far too busy to stay current with it. I had an epiphany:
maybe I'd be better off unfollowing or muting the chattiest users if I wasn't
reading their posts anyway.

Judgish stems from my attempt to reclaim my Twitter timeline.

# Getting Started

Install Judgish and its requirements:

$ pip install -r requirements.txt
$ python setup.py install

Create a [Twitter app](https://apps.twitter.com). This is
inconvenient, but required because developers are forbidden from
sharing their credentials. That is, you can't have my Twitter app
login - you have to get your own.

Create a file called `client.ini` with these contents:

[Consumer]
key:
secret:

From that directory, run the Judgish command like:

$ judgish your_twitter_username

# License

Judgish is available under the permissive, GPL-compatible MIT License.

# Authors

Kirk Strauser

# Terms of Service, Privacy Policy, etc.

Judgish will never modify or post to your accounts in any way. It will not
retransmit messages that it has downloaded for analysis, either in whole or in
part. It downloads messages from your account to your local machine for the
sole purpose of examining their content and presenting the results to you.