violet4 / commandbay

1 stars 0 forks source link

daemonize to support cli #1

Closed violet4 closed 7 months ago

violet4 commented 8 months ago

ability to chat directly with bot from cli instead of only being able to chat with it from twitch chat.

maybe use something like this https://pypi.org/project/python-daemon/ or https://github.com/cnobile2012/python-daemon (fork more recently updated)

and python curses to create the command-line interface to be able to chat with the bot while it's running in the same terminal.

violet4 commented 7 months ago

now that this is all running as a server app, this qualifies as being complete