Grab 0210
- Homepage:
- Date Added: 18/05/2011
- File size:
- Downloads: 36
Grab 0210
Bookmark
Grab 0210 Description
- Grab is a site scraper powered with curl.Aims of Grab library: * Provide easy interface to pycurl library * Provide tools for easy scraping, parsing, grabbing web sitesInstallationPut grab package to python path and use it.DocumentationIf you understand russian you can read it hereExamples of usageFind the size in Kib of the google home page.from grab import Grabg = Grab()g.setup(url='http://google.com')g.request()print len(g.response_body) // 1024Log in to bitbucket.org and send message to user lorien.from grab import Grabg = Grab()g.setup(url='http://bitbucket.org/account/signin/', post={'username': 'lorien', 'password': '****', 'blogin': 'Sign in'})g.request()g.setup(url='http://bitbucket.org/notifications/send/', post={'recipient': 'lorien', 'title': 'Hi, me', 'message': 'How are you?'})g.request() . you can
free download
Grab 0210 now.
Grab 0210 Screenshot
Grab 0210 useful links
Grab 0210
Related Software
Grab 0210
Keyword
Grab ,
site ,
scraper ,
powered ,
with ,
curl.Aims ,
Grab ,
librarynbsp; ,
Provide ,
easy ,
interface ,
pycurl ,
librarynbsp; ,
Provide ,
tools ,
easy ,
scraping ,
parsing ,
grabbing ,
sitesInstallationPut ,
grab ,
package ,
python ,
path ,
it.DocumentationIf ,
understand ,
russian ,
read ,
hereExamples ,