Skip to content

yanmcs/perfect-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perfect-crawler

Trying to create the perfect crawler for my projects

It is pretty simples to use:

# If we are trying to crawl google.com for example
with Crawler() as crawler:
        print(crawler.get("https://www.google.com/"))
        print(crawler.content)  # returns the HTML
        print(crawler.status_code)  # status code (ex: 200, 404, 503)
        print(crawler.cookies)  # cookies

About

Trying to create the perfect crawler for my projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages