python-twitch-client icon indicating copy to clipboard operation
python-twitch-client copied to clipboard

chat

Open christopherhowe02 opened this issue 8 years ago • 3 comments

hi is there a way to get a bot to type a message in chat? if so how would i do it?

christopherhowe02 avatar Jan 02 '18 18:01 christopherhowe02

Unfortunately it's not possible at the moment. I've never looked into it, so I don't know what the best way to do it would be, sorry. It is however something we should probably look at as part of this project.

tsifrer avatar Jan 03 '18 06:01 tsifrer

ok thanks anyway

christopherhowe02 avatar Jan 03 '18 13:01 christopherhowe02

chris, IRC has nothing to do with the api and you would need to have two thing running, although they can be run in the same (script?). For example, you can have a bot setup and make it import this and when a user types a command, you grab the followers from the api and send it to the chat.

PintsizedSix40 avatar Mar 10 '18 03:03 PintsizedSix40