Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

python-backtype
---------------

A Python wrapper for the Backtype API.

Usage:

from backtype.api import Backtype
bt = Backtype(key)

# Comments Search
bt.comments.search(q='backtype')

# Comments Connect
bt.comments.connect(url='http://www.techcrunch.com/2009/03/30/if-bitly-is-worth-8-million-tinyurl-is-worth-at-least-46-million/')

# Comments Connect Stats
bt.comments.connect.stats(url='http://www.techcrunch.com/2009/03/30/if-bitly-is-worth-8-million-tinyurl-is-worth-at-least-46-million/')

# Comments by Author URL
bt.url.comments(url='http://www.techcrunch.com/')

# Comments by Page
bt.post.comments(url='http://www.techcrunch.com/2009/03/30/if-bitly-is-worth-8-million-tinyurl-is-worth-at-least-46-million/')

# Comments Stats by Page
bt.post.stats(url='http://www.techcrunch.com/2009/03/30/if-bitly-is-worth-8-million-tinyurl-is-worth-at-least-46-million/')

# Tweet Stats by URL
bt.tweetcount(q='http://www.techcrunch.com/2009/03/30/if-bitly-is-worth-8-million-tinyurl-is-worth-at-least-46-million/')

# Rate Limit Status
bt.rate_limit_status()

About

Backtype API wrapper written in Python

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages