Skip to main content

Python interface to TunkRank API

Project description

Python interface to the [TunkRank API](http://tunkrank.com/api). [TunkRank](http://tunkrank.com) is a tool that measures a person’s influence on Twitter by looking at how much attention your followers can actually give you. You can read more [here](http://tunrkank.com/about).

Ported from Jason Adams’ ruby gem [tunkrank](http://github.com/ealdent/tunkrank).

Usage

The TunkRank API supports two main methods: score and refresh. The module includes two convenience methods for returning just the raw score or just the ranking.

import pytunkrank pytunkrank.score(‘ealdent’) pytunkrank.raw_score(‘ealdent’) # => 6.87 pytunkrank.ranking(‘ealdent’) # => 21 pytunkrank.refresh(‘ealdent’)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytunkrank-0.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page