Skip to main content

An HTTP document title extractor for Twisted Web

Project description

An HTTP document title extractor for Twisted Web.

Install it with:

$ pip install littlebrother

Then, inside your Twisted code:

import littlebrother

def my_function(title):
    # do stuff with the returned title
    pass

deferred = littlebrother.fetch_title('http://www.example.com/')
deferred.addCallback(my_function)

You can also try Little Brother out directly from the command line:

$ python -m littlebrother http://www.example.com/
Example Domain

Report bugs and make feature requests on Little Brother’s GitHub project page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

littlebrother-0.1.1.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

littlebrother-0.1.1-py2-none-any.whl (16.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page