Skip to content

KokocGroup/google-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-parser

Class for getting snippets from google.com html

from google_parser import GoogleParser

snippets = GoogleParser("<html><body>...</body></html>").get_snippets()

Testing

python -m unittest google_parser.tests.test_google

Installation

pip install google-parser