This is a data hub for the Strite project. It is a collection of data sources and tools for data analysis.
- Python 3.11
- Ozon authentication key
Client-idApi-Key
- Wildberries authentication key
Api-KeyStatistics-key
Obtaining API keys for accessing the marketplace API can be done through your personal account on the website of the Ozon and Wildberries marketplaces.
pip install git+https://github.com/strite-ru/strite-data-hub.git
Initialization of an object with Ozon access (to receive data from the marketplace)
from strite_data_hub.parsers.ozon import OzonAPI
ozon_api = OzonAPI(client_id="Your_Client-Id", key="Your_Api-Key")Initializing an object with Wilderries access (for getting data from the marketplace)
from strite_data_hub.parsers.wildberries import WildberriesAPI
wb_api = WildberriesAPI(statistics="Your_statistic-key", marketplace="Your_Api-Key")Core library path is strite_data_hub. It contains folders with common structure of interaction with Ozon and WildBerries.
parsersfolder with marketplace interactionozonapifinanceordersproducts
wildberriesapifinanceordersproductswarehouses
general_datastructuresfolder contains dataclasses entitiesutilsfolder contains several common types and helper functionsrequirements.txtcontains requirements information
This project is supported by ITMO University