[12:10:00] [telegram] Is it possible to use pywikibot to connect to more than one site at once in one script? [12:10:01] [telegram] I want to connect to [12:10:02] [telegram] - Wikidata [12:10:04] [telegram] - OSM Wiki (third party Mediawiki site) [12:10:05] [telegram] I have site config setup to connect to OSM Wiki, not sure how I can connect also with Wikidata in the same script [12:16:30] [telegram] yes ... when you read or write, you specify a site in a variable. [12:28:19] [telegram] Yes, but I get site variable from some magic site = pywikibot.Site() and some weird family file (user-config.py) that I needed to generate. [12:28:20] [telegram] Is there way to create site variable without that? (what I have works and was cobbled from examples in docs until it worked) [12:33:50] [telegram] I would recommend validating this relations in JOSM. (re @Thecladis: Hmm, https://phabricator.wikimedia.org/T243609 which was causing similaar issues is resolved now... [12:33:50] [telegram] But has anyway actually checked if the relatipn on OSM is correct or something? [12:33:52] [telegram] Now as to on whom to ask I always opt for Yurik when it comes to graphs or maps, he might actually be online on IRC, but I don't see him here. But I guess he is not the only person who can answer questions too) [12:34:05] [telegram] I would recommend validating this relations in JOSM, maybe there is some gap or something similar. (re @Thecladis: Hmm, https://phabricator.wikimedia.org/T243609 which was causing similaar issues is resolved now... [12:34:05] [telegram] But has anyway actually checked if the relatipn on OSM is correct or something? [12:34:07] [telegram] Now as to on whom to ask I always opt for Yurik when it comes to graphs or maps, he might actually be online on IRC, but I don't see him here. But I guess he is not the only person who can answer questions too) [14:29:28] [telegram] https://tools-static.wmflabs.org/bridgebot/940c08bb/file_1983.jpg [14:30:45] [telegram] can someone block&delete this dude? [14:31:24] [telegram] thanks [17:29:01] [telegram] site1 = pywikibot.Site('wikidata', 'wikidata) [17:29:02] [telegram] site2 = pywikibot.Site('someother', 'wiki) [17:29:04] [telegram] You can do it like that