Metadata-Version: 1.0
Name: socialanalytics
Version: 0.1.0
Summary: Insight into how a specific URL performs on a variety of social networks.
Home-page: https://github.com/Abundnce10
Author: Michael Stitt
Author-email: michaelstitt10@hotmail.com
License: LICENSE.txt
Description: ===============
        socialanalytics
        ===============
        
        socialanalytics provides insight into how a specific URL performs on a variety of social networks.
        
        Pinterest
        ======
        
        Grabs the number of Pins for a URL.
        
            #!/usr/bin/env python
            from socialanalytics import pinterest
        
            pins_count = pinterest.getPins(target_url)
        
        
        
        
Platform: UNKNOWN
