Skip to content

MTB project crawler for scrapying mtb trails and inserting to json lines file.

Notifications You must be signed in to change notification settings

jandog8990/mtb-project-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MTB project crawler for scraping mtb trails and inserting to json lines file. This json lines file will be used to extract trail data/metadata for DBs.

Crawl websites to extract trail url data

  1. This project uses scrapy crawler to crawl for mtb trail data
    • Run the crawler using:
      $ cd crawler/spiders $ scrapy crawl mtbproject --logfile mtbproject.log -o mtbproject.jl

    • View the updated json list file $ tail -f mtbproject.jl

About

MTB project crawler for scrapying mtb trails and inserting to json lines file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages