disqus-python

Disqus API Bindings
Download

disqus-python Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Publisher Name:
  • DISQUS
  • Publisher web site:
  • http://disqus.com

disqus-python Tags


disqus-python Description

Disqus API Bindings The disqus-python module contains Python bindings for the disqus API.Let's start with installing the API: pip install disqus-pythonUse the API by instantiating it, and then calling the method through dotted notation chaining:from disqusapi import DisqusAPIdisqus = DisqusAPI(secret_key)disqus.trends.listThreads()Parameters (including the ability to override version, api_secret, and format) are passed as keyword arguments to the resource call:disqus.posts.details(post=1, version='3.0')Documentation on all methods, as well as general API usage can be found at http://disqus.com/api/disqus.com/api/ Requirements: · Python


disqus-python Related Software