The bot is polling rss every 20 seconds (likely a bit more, all RSS feeds are parsed in one thread which is getting them synchronously - so 20 sec + download time of all feeds)
The code is now on github https://github.com/benapetr/wikimedia-bot/ should be moved to wikimedia git some day I can put it to #wikimedia-mobile, or you can do that :) I suppose you want all mobile related bugs there On Mon, Oct 15, 2012 at 12:06 AM, Tomasz Finc <[email protected]> wrote: > This would be great to get into the mobile channel. > > --tomasz > > > On Fri, Oct 12, 2012 at 11:35 AM, Arthur Richards > <[email protected]> wrote: >> This sounds pretty cool and very handy. How often does the bot poll the RSS >> feeds? Is this configurable? I tried to answer my own questions by looking >> at the code, but all I could find was a link to the SVN repo on the bot's >> wiki page (http://meta.wikimedia.org/wiki/Wm-bot), but there have been no >> commits there since June - is the code being maintained somewhere else now? >> >> Thanks! >> Arthur >> >> On Thu, Oct 11, 2012 at 7:04 PM, MZMcBride <[email protected]> wrote: >> >>> Petr Bena wrote: >>> > That means anyone should be able to create a custom irc feed for >>> > bugzilla and use it in any wikimedia related irc channel you want (for >>> > example, right now we have a bugzilla feed in #wikimedia-labs that >>> > reports only labs related bugs). You can generate RSS feed in >>> > bugzilla, just by creating a new search, then you can click link >>> > "Feed" which is on bottom of each search results page. >>> >>> This sounds neat. :-) >>> >>> I didn't realize Bugzilla had RSS feed support. Currently wikibugs (the >>> Bugzilla --> IRC bot in #mediawiki) parses mailing list messages (sent to >>> wikibugs -l). If there's a machine-readable format that can be used, that >>> would be awfully nice. >>> >>> MZMcBride >>> >>> >>> >>> _______________________________________________ >>> Wikitech-l mailing list >>> [email protected] >>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l >>> >> >> >> >> -- >> Arthur Richards >> Software Engineer, Mobile >> [[User:Awjrichards]] >> IRC: awjr >> +1-415-839-6885 x6687 >> _______________________________________________ >> Wikitech-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/wikitech-l > > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
