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
Release history Release notifications | RSS feed
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.3.tar.gz
(10.4 kB
view details)
Built Distribution
File details
Details for the file littlebrother-0.1.3.tar.gz
.
File metadata
- Download URL: littlebrother-0.1.3.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 089f8e69db29ad185e955c379afe7d2bce13d89546c14f3ade67ed95f585f1f4 |
|
MD5 | 21139581526439368a46034efbbbf0ef |
|
BLAKE2b-256 | 117696776bed19336c9aef25acf36bb624b11f23d41e8fa3f91f4cae20ef9114 |
File details
Details for the file littlebrother-0.1.3-py2-none-any.whl
.
File metadata
- Download URL: littlebrother-0.1.3-py2-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f7cd4b7e4a125b03e3f4d54f83e87f04eda30dfe41d87fcc36a1cc08ddaf69f |
|
MD5 | e1ab7f2a6cb0c003c67a59fc6b0c0725 |
|
BLAKE2b-256 | bf2f9eea57240b085bfd7470752cd94928e8cc8d8903de7ef4a23512de25696e |