https://github.com/cuadernin/tracking
Tracking to any online store with the possibility of determining the number of pages of the store to track in Python.
https://github.com/cuadernin/tracking
store track tracking
Last synced: 2 months ago
JSON representation
Tracking to any online store with the possibility of determining the number of pages of the store to track in Python.
- Host: GitHub
- URL: https://github.com/cuadernin/tracking
- Owner: Cuadernin
- Created: 2021-02-05T00:25:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T03:49:27.000Z (almost 4 years ago)
- Last Synced: 2024-05-17T16:59:19.806Z (about 1 year ago)
- Topics: store, track, tracking
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tracking
Tracking to any online store with the possibility of determining the number of pages of the store to track.## Input 📋
You must specify the HTML classes where the product name, price, product URL and the URL of the page change (if you want to change the page) are located in the YAML file.\
**YAML**:
* page name: _Headboard_
* url: _page url_
* titulos: _titles_
* precio: _price_
* links: _product url_
* siguiente: _next page_ \
\
**Code**:
* pagina: _page name_
* P: _page number_
* Grafica: _graph_## Output 📦
Csv file with product name, price, product URL and date.