Skip to content

XiangXu/ScrapyMissionX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to install

Create Virtual Environment:

python3 -m venv env

Enter Virtual Environment:

source env/bin/activate 

Install Scrapy:

pip install Scrapy

Create Scrapy Project:

scrapy startproject project_name

Execute Spider:

scrapy crawl spider_name

Install wxpy:

pip install -U wxpy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages