Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

pyscraper

A Python based web scraper, pulling in Python Mechanize Browser and BeautifulSoup into one simple interface for making quick web scrapers.

Support custom/random user agents, and html caching of fetched data. The caching allows you to not have to re-fetch websites too much if you are repeatadly processing the data, and it also allows you to debug your scraper without hammering the target server.

Look at "example_scraper.py" to see how it can be used.

About

A module to simplify the creation of web scrapers/crawlers in Python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages