Skip to content

CaptainKryuk/python-scrapy-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

For testing app:
1. Set virtual enviroment
>>> virtualenv env_name
2. Install libs from requirements
>>> pip install -r requirements.txt
3. change necessary url in "start url = []" in spider folder, which in forms/spider/forms.py
4. Add root part in 11 line
5. Run spider
>>> scrapy crawl forms (if you change spider name - need to change spider name in command)
if you want output in csv file, run:
>>> scrapy crawl forms -o output.csv -p csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages