Skip to content

Instantly share code, notes, and snippets.

@edouard-lopez
Created May 26, 2013 10:21
Show Gist options
  • Save edouard-lopez/5652355 to your computer and use it in GitHub Desktop.
Save edouard-lopez/5652355 to your computer and use it in GitHub Desktop.
Installation du script python wikimedia pour éditer wikidata

Download

Create a bot account

on the account creation page on your wiki or another one (account are available on all wikis).

Run

python pwb.py login -all

and answer question as follow :

Your default user directory is "/mnt/data/projects/mwhack-pybot/pywikipedia-rewrite"
How to proceed? ([K]eep [c]hange)
k
Do you want to copy user files from an existing pywikipedia installation? n
Create user-config.py file? ([y]es, [N]o)
y
1: anarchopedia
2: battlestarwiki
3: commons
4: fon
5: gentoo
6: i18n
7: incubator
8: lockwiki
9: lyricwiki
10: mediawiki
11: meta
12: oldwikivoyage
13: omegawiki
14: osm
15: southernapproach
16: species
17: strategy
18: test
19: vikidia
20: wikia
21: wikibooks
22: wikidata
23: wikimedia
24: wikinews
25: wikipedia
26: wikiquote
27: wikisource
28: wikitech
29: wikiversity
30: wikivoyage
31: wiktionary
32: wowwiki
Select family of sites we are working on (default: wikipedia):
<enter> # default to wikipedia
The language code of the site we're working on (default: 'en'):
fr
Username (fr wikipedia):
lyhana8_bot
Which variant of user_config.py:
[S]mall or [E]xtended (with further information)?
S
Do you want to add any other projects? (y/N)
y
1: anarchopedia
2: battlestarwiki
3: commons
4: fon
5: gentoo
6: i18n
7: incubator
8: lockwiki
9: lyricwiki
10: mediawiki
11: meta
12: oldwikivoyage
13: omegawiki
14: osm
15: southernapproach
16: species
17: strategy
18: test
19: vikidia
20: wikia
21: wikibooks
22: wikidata
23: wikimedia
24: wikinews
25: wikipedia
26: wikiquote
27: wikisource
28: wikitech
29: wikiversity
30: wikivoyage
31: wiktionary
32: wowwiki
Select family of sites we are working on (default: wikipedia):
22
The language code of the site we're working on (default: 'en'):
wikidata
Username (wikidata wikidata):
lyhana8_bot
Do you want to add any other projects? (y/N)
n
'/mnt/data/projects/mwhack-pybot/pywikipedia-rewrite/user-config.py' written.
Create user-fixes.py file? ([y]es, [N]o)
n
Password for user Lyhana8_bot on wikipedia:fr:
*******
Logging in to wikipedia:fr as Lyhana8_bot
Password for user Lyhana8_bot on wikidata:wikidata:
*******
Logging in to wikidata:wikidata as Lyhana8_bot
Logged in on wikidata:wikidata as Lyhana8 bot.
Logged in on wikipedia:fr as Lyhana8 bot.

Ajouter un fait (claim)

Par exemple, ajouter le fait que la Chine fait partie du continent de l'Asie.

Prendre une catégories: Catégorie:Chine

  • Modifier interlink -> wikidata
  • Ajouter un statement
    • continent: Asia
  • Récupérer l'identifiant de la propriété (clic-droit): [P30](https://www.wikidata.org/wiki/Property:P30)
  • Récupérer l'identifiant de la propriété (clic-droit): [Q2866604](https://www.wikidata.org/wiki/Q2866604)

Ajouter le fait aux autres éléments de la catégorie

Ajouter le claim que continent=Asia à toutes les pages sur Category:China.

python pwb.py claimit -cat:China P30 Q2866604
Processing [[fr:Chine]]
[[fr:Chine]] doesn't have a wikidata item :(
Processing [[fr:Art chinois]]
Adding p30 --> q2866604
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment