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-id
Api-Key
- Wildberries authentication key
Api-Key
Statistics-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.
parsers
folder with marketplace interactionozon
api
finance
orders
products
wildberries
api
finance
orders
products
warehouses
general_datastructures
folder contains dataclasses entitiesutils
folder contains several common types and helper functionsrequirements.txt
contains requirements information
This project is supported by ITMO University