pinhook
pinhook copied to clipboard
the pluggable python framework for IRC bots and Twitch bots
I feel like, in order for this to be a solid project, it will need some tests. I am way out of my depth with writing tests. So any help...
tilde.town now has [`profanity`](http://profanity.im) installed, and that made me think about having yet another backend on pinhook!
MSN is not dead! An MSN server called Escargot is being developed [on GitLab](https://gitlab.com/valtron/msn-server/) ([official website here](http://escargot.log1p.xyz/)). It supports Windows Messenger 1.0 up to WLM 2009 and Yahoo! Messenger 5.0...
Some users would like the ability to simultaneously have one bot connect to multiple servers.
The bot needs persistent storage, but not enough to justify a database (see #51). I believe the solution is to have a config file passed to the Bot object that...
One thing I've seen some bot creators do is create commands that can "chain" or "pipe" into each other. This would use the output of one command as the input...
Currently this relies on the irc library, which is very nice, but a bit much for what we need in a simple bot framework. Eventually, i would like to replace...
So far, all I have is a poorly made tutorial. This should be expanded with more examples and possibly technical details of how plugins and bot initialization work.