SOBotics / Botpy

A python framework for creating chatbots on the StackExchange network.
Other
5 stars 1 forks source link

Add optional callback upon new chat message #10

Closed double-fault closed 5 years ago

double-fault commented 5 years ago

Add an optional callback to the Bot class which the user can use. The callback should be invoked every time a new chat message is posted, and the message should be an argument to the callback.

double-fault commented 5 years ago

Implemented and pushed to PyPi; release 0.7.6. I'm having difficulty pushing to git, will push ASAP.

double-fault commented 5 years ago

Just finished committing using a different comp.