[20:09:16] [[Tech]]; Ozzie10aaaa; /* hi, any help is appreciated */; https://meta.wikimedia.org/w/index.php?diff=17818714&oldid=17808832&rcid=11526637 [21:58:28] curious im working on an IRC RC bot to read RC feed from a wikimedia project, im following hhttps://www.mediawiki.org/wiki/Manual:IRC_RC_Bot#Python what do i use for reactor.listenUDP(33333, Echo()): [22:05:11] ? [22:06:15] Reedy: it says in the section i linked: reactor.listenUDP(33333, Echo()): Change the 33333 to your UDP port in LocalSettings.php what is that for WMF projects? [22:07:03] Zppix, are you looking to consume recent changes, or broadcast recent changes? [22:07:07] We don't broadcast UDP packkets to teh internet... [22:07:11] zomg a stwalkerster [22:07:21] Because I'm fairly sure those instructions are for broadcasting them from MediaWiki to IRC [22:07:26] * stwalkerster waves to a Reedy [22:07:27] stwalkerster: I'm trying to make a irc bot that will send rc feed to IRC [22:07:38] Why? [22:07:43] WMF wikis already have that [22:08:02] Reedy: Yes but someone wants me to make them a IRC bot that is customized to what they want. [22:08:19] You have no way of getting that data feed from a WMF wiki [22:08:21] It's not exposed [22:08:38] Reedy: so I cant get the Recent Changes feed? [22:08:52] then read from the IRC RC feed, or from RCStream, do your custom magic, then broadcast to another IRC network/channel? [22:09:14] stwalkerster: I want to get the Recent Changes from the wiki, then send it to an irc channel [22:10:32] You need to consume a public endpoint then [22:10:33] https://stream.wikimedia.org/v2/stream/recentchange [22:11:19] Reedy: Okay thanks