Versions

Description

.. image:: https://github.com/michaeljoseph/righteous/raw/master/resources/you.jpg :align: center authoritarian ============= **authoritarian** is a Python client implementation of the `AuthorityLabs Partner API <http://authoritylabs.com/api/partner-api/>`_. This is a light `requests <https://github.com/kennethreitz/requests>`_-based wrapper over the API that provides the following features: * validation of supported AuthorityLabs `search engines <http://authoritylabs.com/api/reference/#engines>`_ * validation of support AuthorityLabs `locales <http://authoritylabs.com/api/reference/#countries>`_ Installation ------------ :: pip install authoritarian Usage ----- :: import authoritarian api_key = 'da39a3ee5e6b4b0d3255' authoritarian.initialise(api_key) status = authoritarian.account_status() keyword = 'your country needs you' engine = 'google' locale = 'en-us' response = authoritarian.search(keyword, engine, locale) response = authoritarian.search(keyword, engine, locale, immediate=True) rank_date = '2012-07-07' response = authoritarian.results(keyword, engine, locale, rank_date)

Repository

https://github.com/michaeljoseph/authoritarian.git

Project Slug

authoritarian

Last Built

6 years, 6 months ago failed

Maintainers

Home Page

https://github.com/michaeljoseph/authoritarian

Badge

Tags

api, authoritylabs, python

Short URLs

authoritarian.readthedocs.io
authoritarian.rtfd.io

Default Version

latest

'latest' Version

master