diff --git a/README.md b/README.md index cfe8089..c52370d 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,31 @@ Quantity and price tracker for Ozon and Wildberries *(based on [selenium](https://github.com/SeleniumHQ/selenium) and [gspread](https://github.com/burnash/gspread))* -![logo](logo.png) +### Ozon + +![Ozon](images/ozon.png) + +### Wildberries + +![Wildberries](images/wildberries.png) + + +## Usage + +Run the app for **Ozon** + +```shell +python run.py -oz +``` + +Or for **Wildberries** + +```shell +python run.py -wb +``` + +Additional options can be shown with + +```shell +python run.py -h +``` \ No newline at end of file diff --git a/images/ozon.png b/images/ozon.png new file mode 100644 index 0000000..2656030 Binary files /dev/null and b/images/ozon.png differ diff --git a/images/wildberries.png b/images/wildberries.png new file mode 100644 index 0000000..d2a1d93 Binary files /dev/null and b/images/wildberries.png differ diff --git a/logo.png b/logo.png deleted file mode 100644 index 76ab21d..0000000 Binary files a/logo.png and /dev/null differ diff --git a/src/sheets/ozon_sheets.py b/src/sheets/ozon_sheets.py index b35a380..bee6903 100644 --- a/src/sheets/ozon_sheets.py +++ b/src/sheets/ozon_sheets.py @@ -112,8 +112,8 @@ def set_items(self, items: list[OzonItemPair]): fbs_prices = list(map(str, fbs_prices)) fbo_prices = list(map(str, fbo_prices)) - logger.debug("Removing previous colors...") - self._remove_formatting(f"E3:H{len(urls) + self._top_offset + 1}") + # logger.debug("Removing previous colors...") + # self._remove_formatting(f"E3:H{len(urls) + self._top_offset + 1}") logger.debug("Inserting data...") self._sheet.insert_cols([fbs_quantities, fbo_quantities, fbs_prices, fbo_prices],