Ueland / VikingBot

Vikingbot is yet another simple PHP based IRC bot with support for plugins and secure IRC servers. The bot requires Unix/Linux shell access with PHP support and SSL support in PHP for use against secure IRC servers.
GNU General Public License v3.0
40 stars 6 forks source link

[REQ] Add a Twitter status plugin? #3

Closed nutinshell closed 11 years ago

nutinshell commented 12 years ago

Can you consider add a Twitter status plugin for VikingBot, that would be very cool. The twitter user's timeline stream to IRC via userstream API, I could not find a way to do with plugin :(

Pwn9 commented 12 years ago

You could write a plugin that uses the Twitter RSS feeds easily enough, you could base it off the existing RSS reader plugin.

Ueland commented 12 years ago

Have to agree with Pwn9 here, if you just want a feed over a twitter user`s activity then the RSS reader is the easiest choice. Or is there some other Twitter features you want?