Skip to content
/ crawler Public

利用中文名爬取经纬度(scrapy + selenium)

License

Notifications You must be signed in to change notification settings

HRDVV/crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

利用中文名爬取经纬度

使用的scrapy + selenium

    创建一个项目
    scrapy startproject <project_name> [project_dir]
    
    生成爬虫模板
    scrapy genspider example example.com
    
    执行爬虫
    scrapy crawl <spider>
    
    想了解更多可以去官网瞅瞅 https://docs.scrapy.org/en/latest/index.html

    你可能还需要一个chrome驱动 http://chromedriver.chromium.org/downloads
    

About

利用中文名爬取经纬度(scrapy + selenium)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages