https://github.com/loitd/myscrapy
My Scrapy Template
https://github.com/loitd/myscrapy
Last synced: 12 months ago
JSON representation
My Scrapy Template
- Host: GitHub
- URL: https://github.com/loitd/myscrapy
- Owner: loitd
- License: mit
- Created: 2020-09-09T16:51:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T19:43:29.000Z (over 3 years ago)
- Last Synced: 2025-04-05T20:14:06.813Z (about 1 year ago)
- Language: Python
- Size: 499 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myscrapy
My Scrapy Demos.
In this project:
* project1: get a list of products from an ecommerce site and export to varius format: XLSX, CSV, XML, JSON. The site can be heavily loaded with JS.
# Screenshots
## Project1
* Input

* Output

# Installation
* `python -m venv ./venv`
* `pip install -r requirements.txt`