Skip to content

ablweb/GoScrapr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoScrapr

Scraper written in go Convert html table into excel

how to use

  1. compile
make
  1. run with Scraper
./bin/scraper <url> [rule set]

The rule set is a json file, look at ruleSet.json for the structure

wikixls

./bin/wikixls <url>

Convert html to excel

TODO

  1. rename wikixlsx, to work with general html table
  2. Add test for scraping
  3. Add support for rowspan and colspan html style
  4. write wikixlsx, for simple html wiki table to xlsx table
  5. write same for html table, might be the same idk

About

Web scraper tool writien in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors