-
Notifications
You must be signed in to change notification settings - Fork 1
Python module for TunkRank API
License
paparent/pytunkrank
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pytunkrank ========== 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).
About
Python module for TunkRank API
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published