Description
CONTRIBUTING.md has a brief explanation in the "How to Add a New Parser" section, but a detailed step-by-step guide with examples is needed.
Implementation
Create a document docs/ADDING_PARSER.md with:
- Parser architecture (which inherits from
Parse)
- How to find selectors (tools: DevTools, selector inspector)
- How to create a config in
data/config.py
- How to register in
playcast/Parser.py
- How to test locally
- Examples from start to finish (for Amazon, eBay)
Description
CONTRIBUTING.md has a brief explanation in the "How to Add a New Parser" section, but a detailed step-by-step guide with examples is needed.
Implementation
Create a document
docs/ADDING_PARSER.mdwith:Parse)data/config.pyplaycast/Parser.py