tingbot / tingbot-python

🔩 Python APIs to write apps for Tingbot
Other
18 stars 9 forks source link

Add callAfter function #55

Closed furbrain closed 7 years ago

furbrain commented 7 years ago

This allows to intermix tingbot with twisted, and also allows an easy way for separate threads to call tingbot API functions in a threadsafe way.

joerick commented 7 years ago

Sorry, missed this first time around - could you change the methods to be formatted snake_case rather than camelCase? Then I'm good to merge :)

furbrain commented 7 years ago

Ok, I've done that and also updated the documentation

joerick commented 7 years ago

👌