Pre-release
This release is a pre-release and may not be stable for production use.
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.
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-dev.tar.gz
(9.4 kB
view details)
File details
Details for the file littlebrother-0.1-dev.tar.gz.
File metadata
- Download URL: littlebrother-0.1-dev.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88e93ef84f7d5f07c67fd764877d6348264038dea55ab043ec0b428b0807ee5d
|
|
| MD5 |
3de3ead6dd737f7c77c8e2c4fe27088a
|
|
| BLAKE2b-256 |
e872901761d9b28116fcdbabfd18239cff3db07cc3c888720acc6aecedc6b9f2
|