Skip to content

Kras4ooo/sharedcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sharedcount

This is a small library that link returns filed by attendance reported by the following social networks: Facebook, Twitter and Linkedin. How can use the library:

from shared_count import SharedCount 
counters = SharedCount ('http://www.example.com'). get_counts () 

facebook = counters ['Facebook'] [['normalized_url'], ['commentsbox_count'], ['click_count'], ['url'], ['total_count'], ['comment_count'], ['like_count'], ['comments_fbid'], ['share_count']]
twitter = counters ['Twitter'] [['count'], ['url']]
linkedin = counters ['Linkedin'] [['count'], ['url'], ['fCntPlusOne'], ['fCnt']]
google_plus = counters ['Google'] ['share_count']
buffer_share = counters ['BufferShare'] ['shares']

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages