Skip to content

simonflick/form-spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Form Spider

All pages with forms need to be excluded from page caching. This spider crawls a website and returns all pages that contain a form with method="POST".

Dependencies

  1. install Python 3.*
  2. install Scrapy

Running the spider

scrapy crawl form_spider -a url=https://www.example.com/

On Windows, the Anaconda Shell needs to be used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages