Versions
Description
authoritarian
authoritarian is a Python client implementation of the AuthorityLabs Partner API.
This is a light requests-based wrapper over the API that provides the following features:
- validation of supported AuthorityLabs search engines
- validation of support AuthorityLabs locales
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
2 years, 2 months ago failed
Maintainers
Home Page
https://github.com/michaeljoseph/authoritarian
Badge
Tags
Project Privacy Level
Public
Short URLs
authoritarian.readthedocs.io
authoritarian.rtfd.io
Default Version
latest
'latest' Version
master