An open API service indexing awesome lists of open source software.

https://github.com/loitd/myscrapy

My Scrapy Template
https://github.com/loitd/myscrapy

Last synced: 12 months ago
JSON representation

My Scrapy Template

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
![https://github.com/loitd/myscrapy/blob/master/project1_from.png?raw=true](https://github.com/loitd/myscrapy/blob/master/project1_from.png?raw=true)
* Output
![https://github.com/loitd/myscrapy/blob/master/project1_to.png?raw=true](https://github.com/loitd/myscrapy/blob/master/project1_to.png?raw=true)
# Installation
* `python -m venv ./venv`
* `pip install -r requirements.txt`