Skip to content

Kibsu is an experimental high-level HTML/XML scraping framework in Python that allows you to scrape with semantics, not `divs` and classes!

Notifications You must be signed in to change notification settings

HandcartCactus/Kibsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kibsu

Kibsu is an experimental high-level HTML/XML scraping framework in Python that allows you to scrape with real semantics, not divs and classes.

Demo

Use Kibsu to scrape senate press releases off multiple different websites (with different classes and even tag structures!) without actually having to engage with html. Seriously. The XPath stuff is all abstracted away.

Why?

Why write (and maintain) more than one scraper when you can fiddle with an added layer of abstraction and pray to god you never have to do any troubleshooting?

Does it have any downsides?

Absoloutely. I haven't even written any tests yet.

About

Kibsu is an experimental high-level HTML/XML scraping framework in Python that allows you to scrape with semantics, not `divs` and classes!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published