atuttle / zoidbox

An IRC bot that (attempts to) bring the knowledge and wit of @boyzoid to ##coldfusion on freenode
3 stars 6 forks source link

Keep track of url's shared #3

Open ryanguill opened 10 years ago

ryanguill commented 10 years ago

Keep track of all urls sent in the channel and when asked, produce a url that has all of them listed in reverse order. Also keep track of who shared it, when, and the rest of the message it was part of.

Not sure how to implement this one yet though. Would be nice to find a api somewhere to provide it.

totaltrek commented 10 years ago

is there a gist API?

ryanguill commented 10 years ago

There is, I just wouldnt want to write out the whole list each time. But that might be the way to go. Itd be nice to find a way to go back to see urls shared months ago.

atuttle commented 10 years ago

There are more than a dozen gist modules in npm. :)