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’)
Copyright
Copyright (c) 2010 pytunkrank Authors (as specified in AUTHORS file). See LICENSE for details.
Original work from Jason Adams’ ruby gem [tunkrank](http://github.com/ealdent/tunkrank).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pytunkrank-0.2.tar.gz
.
File metadata
- Download URL: pytunkrank-0.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb13d53660e500da303eee47e0d4e93765ba7cd7b59537e580c4092371e9588a |
|
MD5 | 7dfc4f83a374c13925d99ba1765f2c00 |
|
BLAKE2b-256 | 8c14e281e12197b92426d8b6fd6298a6b9c6cd2eef3cf6d4cad3e6f43137916d |