Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

cn0047/pylog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLog

Build Status Maintainability Coverage Status

Python package for REAL-TIME log (cn007b/log).

Installation

pip3 install realtimelog

Usage

from realtimelog import Client

c = Client()
# Please open provided link in browser.
print('Open: ', c.get_url())
# Now you can post log and see it immediately in dashboard.
c.msg({'code': 200, 'message': 'It works!'})