Package usufy :: Module config_usufy
[hide private]
[frames] | no frames]

Module config_usufy

source code

Functions [hide private]
 
getPlatforms(sites=['all'], tags=[])
Method that defines the list of <Platform> objects to be processed...
source code
 
calculateScore(res)
Calculating the score from a dictionary: {'Twitter': 'twitter.com/nick', 'Facebook': 'facebook.com/nick', ...}
source code
Variables [hide private]
  __package__ = 'usufy'
Function Details [hide private]

getPlatforms(sites=['all'], tags=[])

source code 

Method that defines the list of <Platform> objects to be processed... Note that <Facebook> or <Twitter> objects inherit from <Platform>.

Return values:
        Returns a list [] of <Platform> objects.

calculateScore(res)

source code 

Calculating the score from a dictionary:
        {'Twitter': 'twitter.com/nick', 'Facebook': 'facebook.com/nick', ...}

Values returned:
        score:  a float number.