Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 279 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 279 Bytes

In src/ edit cred.py to provide skypename and password. Start with

$ python
>>> from logger import *
.....
>>>

Once connected you can send messages to users/circles with

>>> connection.msgr(routing("8:" + skypename) + reliability() + messaging_rich("Oh, hi!"))