Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hivesolutions/sematext-api

Python API client for Sematext
https://github.com/hivesolutions/sematext-api

api client python rest sematext

Last synced: 30 days ago
JSON representation

Python API client for Sematext

Awesome Lists containing this project

README

        

# [Sematext API](http://sematext-api.hive.pt)

Python API client for Sematext.

## Configuration

| Name | Type | Description |
| ----- | ----- | ----- |
| **SEMATEXT_TOKEN** | `str` | The secret token to be for authentication on the Sematext API (defaults to `None`). |
| **SEMATEXT_BUFFER_SIZE** | `int` | The size of the buffer (in number of entries) until the buffer is flushed (defaults to `128`). |
| **SEMATEXT_TIMEOUT** | `int` | The timeout in seconds in seconds until the buffer is flushed (defaults to `30`). |

## License

Sematext API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).

## Build Automation

[![Build Status](https://app.travis-ci.com/hivesolutions/sematext-api.svg?branch=master)](https://travis-ci.com/github/hivesolutions/sematext-api)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/sematext-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/sematext-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/sematext-api.svg)](https://pypi.python.org/pypi/sematext-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)