Implements a logging handler that logs to Twitter
Project description
Implements a log handler that can log to a Twitter stream.
Usage:
import logging
from twitterlog import TwitterHandler
twitter = TwitterHandler('username', 'password')
twitter.setLevel(logging.ERROR)
logger = logging.getLogger('yourlogger')
logger.addHandler(twitter)
Other Links
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
TwitterLog-0.6.1.tar.gz
(2.6 kB
view details)
File details
Details for the file TwitterLog-0.6.1.tar.gz.
File metadata
- Download URL: TwitterLog-0.6.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
741d47747c781641f99e58c186feb16555dda4c736df9dd5bf9fb835d514d8a6
|
|
| MD5 |
baaa2d78d5a6e6d6b32daffd68be5e8c
|
|
| BLAKE2b-256 |
8293cfe68c5f6258cfef91e622eab079437df952918200e5f85840e1ec3acd2b
|