https://github.com/srijanmukherjee/amazon-price-extractor
Extracts amazon product information
https://github.com/srijanmukherjee/amazon-price-extractor
Last synced: 3 months ago
JSON representation
Extracts amazon product information
- Host: GitHub
- URL: https://github.com/srijanmukherjee/amazon-price-extractor
- Owner: srijanmukherjee
- Created: 2024-01-13T07:57:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T15:35:59.000Z (over 1 year ago)
- Last Synced: 2025-01-06T01:25:30.115Z (5 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon product extractor
Extracts product information from amazon and serialize it into different formats.## Instruction
```shell
poetry install# run tests
poetry run pytest
```## TODO:
- [ ] CLI
- [ ] Handle amazon.com fractional price element
- [ ] Format scrapped data (remove trailing spaces)