https://github.com/hivesolutions/sematext-api
Python API client for Sematext
https://github.com/hivesolutions/sematext-api
api client python rest sematext
Last synced: 3 months 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 (over 2 years ago)
- Last Synced: 2025-03-01T15:41:51.162Z (3 months 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
[](https://travis-ci.com/github/hivesolutions/sematext-api)
[](https://coveralls.io/r/hivesolutions/sematext-api?branch=master)
[](https://pypi.python.org/pypi/sematext-api)
[](https://www.apache.org/licenses/)