Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hivesolutions/sematext-api
- Owner: hivesolutions
- Created: 2016-09-30T09:19:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T12:47:02.000Z (about 2 years ago)
- Last Synced: 2025-01-10T04:57:02.696Z (about 1 month ago)
- Topics: api, client, python, rest, sematext
- Language: Python
- Homepage: http://sematext-api.hive.pt
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)