Skip to content

A standalone crawling tool for extracting data from the web.

License

Notifications You must be signed in to change notification settings

crawlerclub/bcrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcrawler

A standalone crawling tool for extracting data from the web.

Usage

Usage of ./bcrawler:
  -alsologtostderr
    	log to standard error as well as files
  -conf string
    	dir for parsers conf (default "./conf")
  -dir string
    	the data dir (default "data")
  -log_dir string
    	If non-empty, write log files in this directory
  -logtostderr
    	log to standard error instead of files
  -q string
    	the queue dir (default "q")
  -sleep int
    	in seconds (default -1)
  -start string
    	the parser name for the start url (default "addr_year")

There should be a parsers directory under ./conf, which stores all the parser configurations in json format.

About

A standalone crawling tool for extracting data from the web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages