pinhook icon indicating copy to clipboard operation
pinhook copied to clipboard

the pluggable python framework for IRC bots and Twitch bots

Results 18 pinhook issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

tilde.town now has [`profanity`](http://profanity.im) installed, and that made me think about having yet another backend on pinhook!

backend

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...

backend

Some users would like the ability to simultaneously have one bot connect to multiple servers.

enhancement
irc

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...

question
future
core

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...

future
irc

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...

future
irc

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.

help wanted
future