https://github.com/monyster/parser
https://github.com/monyster/parser
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monyster/parser
- Owner: Monyster
- Created: 2022-10-23T07:30:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T19:43:28.000Z (over 2 years ago)
- Last Synced: 2025-02-03T23:55:23.756Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parser
This script parses data (name, price in usd, date of publication) from the AUTO.RIA website in the "moto" category.
Created using these modules:
- chalk - to paint console.log output.
- puppeteer - allows to do most things that you can manually do in Chrome.
- cherio - allows to use jQuery syntax to parse the content in HTML-document.