Skip to content

is2ei/typetalk-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typetalk-py

PyPI Build Status Coverage Status

Typetalk API client written in Python

Usage

Simple bot example

import os
import typetalk

bot = typetalk.Bot(token=os.environ['TYPETALK_TOKEN'])

res = bot.post_message(
    topic_id=os.environ['TYPETALK_TOPIC_ID'],
    message='Hello, world!'
)
assert res['post']['message'] == 'Hello, world!'

Links

About

Typetalk API client written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published