Skip to content

CJWorkbench/scrapexpathlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrapexpathdata

Workbench module that parses XML or HTML and runs your XPath to give a list of results.

Basically: IMPORTXML().

Developing

First, get up and running:

  1. pip3 install pipenv
  2. pipenv sync # to download dependencies
  3. pipenv run ./setup.py test # to test

To add a feature:

  1. Write a test in tests/
  2. Run pipenv run ./setup.py test to prove it breaks
  3. Edit scrapexpathlist.py to make the test pass
  4. Run pipenv run ./setup.py test to prove it works
  5. Commit and submit a pull request

About

Workbench module that parses XML or HTML and runs your XPath to give a list of results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages