https://github.com/radekbednarik/att
Python wrapper for calling Apitalks API.
https://github.com/radekbednarik/att
api-wrapper apitalks data python3 rest-api wrapper
Last synced: about 1 year ago
JSON representation
Python wrapper for calling Apitalks API.
- Host: GitHub
- URL: https://github.com/radekbednarik/att
- Owner: radekBednarik
- License: mit
- Created: 2020-07-03T05:29:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:04:00.000Z (over 3 years ago)
- Last Synced: 2025-03-27T18:56:12.676Z (about 1 year ago)
- Topics: api-wrapper, apitalks, data, python3, rest-api, wrapper
- Language: Python
- Homepage:
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apitalker

[](https://att.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/psf/black)
## Table of Contents
- [About](#about)
- [Documentation](#documentation)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Examples](#examples)
Python3 library. Wrapper for [Apitalks API](https://www.api.store/) calls. Enables simple calls for api resources with optional use of available parameters, as specified in [Apitalks documentation](https://www.api.store/czso.cz/dokumentace#section/Query-parametry).
Returned data (when method `apitalker.api.API.get_data()` is used) are handled by `apitalker.data.Data` class, which provides some convenient methods for working with data.
Documentation including examples is [HERE](https://att.readthedocs.io/en/stable/index.html).
These instructions will get you up and running.
### Prerequisites
What things you need to install the software.
- Python 3+
- requests
- pandas
### Installing
To install this package, simply use standard `pip install apitalker` or clone this repo and run `python setup.py install`.
See examples in [Documentation](https://att.readthedocs.io/en/latest/)