[01:44:18] https://www.wikidata.org/w/index.php?title=Q516695&diff=315920193&oldid=315920072 is probably not the best way of putting it; input welcome. [01:54:45] makes sense to me. other possibility would be the property for significant event, but it looks less nice [01:54:54] if you wanted broader input you could ask on the project chat [01:58:40] ajr: Yeah, I guess. I didn't want to list him as a "participant", as the other participant listed is ISIS. [09:49:17] hi [09:51:07] i'm looking for a list of wikipedia articles which form a single entry item or arent in wikidata at all [09:51:45] i have found this tool in this irc channel, but unfortunately i can't find it in the log [16:19:34] hi [16:19:41] hello Base [16:20:05] why do I keep getting on [16:20:21] https://www.wikidata.org/w/api.php?format=xml&rawcontinue=1&maxlag=5&action=query&action=wbgetentities&redirects=yes&props=&ids=Q229755|Q603574|Q245160|Q282182|Q290801|Q16375275|Q909076|Q3648053|Q16379668|Q319486|Q328975|Q542017|Q768409|Q174885|Q778213|Q802523|Q1860439|Q179290|Q3736210|Q3214846|Q80227|Q2075554|Q467266|Q941948|Q1991462|Q1371376|Q18973|Q651895|Q273667|Q583294|Q447367|Q2468398|Q1444561|Q2474562|Q625616|Q467436|Q3214977|Q1152972|Q2372 [16:20:24] ? [16:20:47] Presumably it's timing out or similar [16:21:01] it is ways ways shorter than 500 [16:21:05] which is the limit [16:21:19] Doesn't matter [16:21:28] does for me [16:21:34] No it doesn't [16:21:35] The limits are mostly arbitary [16:21:52] You can put 1 item in, and it can fail [16:22:01] those api errors are actually very often recently. not just wd related ones. it is really hard time to run bots [16:22:07] it wasnt so in the past [16:22:20] It could be related to database server changes [16:22:26] Query killers etc [16:22:50] meh [16:23:15] File a bug, tag it as wikidata/api/database [16:28:46] https://phabricator.wikimedia.org/T131026 [16:50:00] i'm looking for a list of wikipedia articles which form a single entry item or arent in wikidata at all [16:50:03] i have found this tool in this irc channel, but unfortunately i can't find it in the log [17:16:49] ah here the long query was just cut [17:20:44] hi, I tried the following: git clone mediawiki::http://wikidata.org [17:21:18] It said "make sure 'http://wikidata.org/api.php' is a valid page." And that page doesn't exist [17:21:22] it does on some other wikis [17:21:34] Can I use wikidata with git? [17:31:25] GNUtoo-irssi: what do you want to do? [17:31:52] ie do you want to edit through Git an item or do you want the source code of the extension Wikibase, which powers Wikidata? [17:33:57] If the second case, git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Wikibase [17:34:32] In the first case, see with the folks of the project https://github.com/moy/Git-Mediawiki/wiki [17:35:16] api.php is located at https://www.wikidata.org/w/api.php [17:36:48] GNUtoo-irssi: according https://github.com/moy/Git-Mediawiki/wiki/User-manual it's probably git clone mediawiki::http://wikidata.org/wiki/ you want [17:37:14] (or /w/ if it tells you /wiki/api.php doesn't exist) [18:05:06] thanks [18:08:54] git clone mediawiki::https://www.wikidata.org/w # <- Seem to start listing pages. Thanks [18:21:12] GNUtoo-irssi: you probably won't be able to edit items [18:21:39] they don't use textual content, and are edited through a specific API [18:22:04] (of course, traditional documentation, projects pages are editable) [18:22:32] Dereckson: Sadly it was to find a way to edit it. [18:22:52] [6~ [18:23:03] s/[6~// [18:23:32] It's something fairly achievable, if you create a representation of the data you query, then are able to send this data back to API [18:24:02] but seems to need to create specific Perl code. [18:24:42] (assuming you want to build on the top of current Git MediaWiki codebase) [18:26:13] else I'd have to try pywikimedia [18:35:08] I see you're French. You can get assistance on #wikidata-fr from Ash_Crow and Tpt for some automation methods to achieve tasks. [18:39:26] By the way GNUtoo-irssi, is this Git remote really usable? I'm testing it on a small wiki and git pull took 50 minutes, then 11 minutes for a "do nothing" git pull, as it checked every page for new revisions. [18:40:00] Dereckson: I'll have to wait to know that, it's fetching [18:40:11] I imagine it's not convenient to allow to implement a daily CLI editing workflow. [18:40:20] Dereckson: I just want to contribute without using javascript [18:40:20] not convenient enough [18:40:35] and in a way where I can automatize stuff [18:40:41] What about quick statements? [18:41:26] ok [18:41:45] You could write some code generating a quick statements list of commands, then pass it to https://tools.wmflabs.org/wikidata-todo/quick_statements.php [18:41:47] what are theses, I'll also join #wikidata-fr [18:41:54] ok [18:42:34] https://github.com/dereckson/Daeghrefn-Wikidata/blob/master/create_surname gives a sample of how to create an item through pywikipedia, but I'm not happy with this way. [18:42:37] that works without javascript? [18:42:39] ok [18:43:08] As I understand pywikimedia gives me a RAW access to the page, right? [18:43:20] so then I would pipe that output in a text editor like emacs [18:43:21] edit [18:43:26] and find a way to push the change back [18:43:34] would that work? [18:43:47] https://www.mediawiki.org/wiki/Manual:Pywikibot/Wikidata [18:43:55] ok, I'll try again to install that [18:43:56] no JS, only Python [18:44:01] last time I tried I had issues with pip [18:44:17] https://www.wikidata.org/wiki/Wikidata:Creating_a_bot provides a good reference [18:44:40] thanks [18:44:46] Use Git, it's still a work in progress. [18:45:14] ah ok [18:45:42] https://www.mediawiki.org/wiki/Manual:Pywikibot/PAWS if you don't want to install it / maintain the installation [18:46:36] you'll get a (container ?) with a shell + pywikibot available, and a terminal to interact with it [18:47:32] They even offer an interactive IPython, through Jupyter notebook, so you have also an editor [18:49:58] DanielK_WMDE_: https://gerrit.wikimedia.org/r/#/c/279599/ [18:50:05] hope you are insterested :) [18:50:25] thanks [19:50:46] hello ! ...just stumbled upon WIKIDATA...and was wondering if there's been any work done on creating a comprehensive list of airports around the world? major and minor? [19:54:14] we have https://www.wikidata.org/wiki/Wikidata:WikiProject_Aviation so I think some people have been working on it [19:54:19] I don't know how much they've done though [19:57:55] ok [20:01:50] thanks [20:14:16] does someone here logs this channel? [20:14:31] fdsa_: https://bit.ly/WikidataIRCLog [20:14:44] this one isn't complete [20:15:00] In what way is it not? [20:16:08] 2016-03-24 is missing [20:16:16] 2016-03-23 18:33:43 Easy chocolate https://gerrit.wikimedia.org/r/279159 [20:16:16] 2016-03-25 10:35:22 is the gadget that allows one to copy and paste the same reference to several statements broken? It doesn't seem to work for me since yesterday 17:00UT [20:16:38] about 16 hours [20:17:19] i'm looking for a link which was posted at about 16:00 at this day [20:19:07] What Timezone? [20:19:07] And what was the link for? [20:19:10] My scrollback goes a lot further back than that [20:19:38] my nickname was ttip [20:19:59] it's a link for all wikipedia articles not included in wikidata [20:20:17] my question was how many articles not yet included there are [20:20:49] timezone is europe / paris [20:21:12] http://p.defau.lt/?F9EquA4784Ka2TIdsxYXPw [20:21:34] thx [20:23:22] could you give me the log for 12:00 to 16:00 [20:23:43] Reedy, [20:24:18] http://p.defau.lt/?WYQGMr_1hGcpnsQ12_ZRgQ [20:25:39] thx, found it [20:36:42] is it not possible to add https://en.wikipedia.org/wiki/Magnetic_field#Magnetic_field_lines as an article? [20:37:15] A section? [20:37:31] yeah [21:14:09] https://www.wikidata.org/wiki/Q23641697 [21:14:23] what should be statements for such an item?