Skip to content

forthing/gc-python-spider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

gc-python-spider

Use three ways to gain data

  • requests, urllib
  • selenium
  • scarpy

1. requests, urllib

2. selenium

For those websites which use AJAX (asynchronous JavaScript), we cannot use request. However, Selenium + FireFox/Chrome/PhantomJS will be a good solution.

3. scarpy

About

Use three ways to gain data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.5%
  • JavaScript 49.5%