User:Yug/Wikimania2019

From Meta, a Wikimedia project coordination wiki

French, English, Chinese speaker working to record languages. I got a WM-fr grant to be at Wikimania 2019. See also :

Wikimedia Hackthon[edit]

Going to[edit]

Track Place Date Item
PARTNERSHIPS Södra Huset - Ostrom - D307 Friday 13:00 - 14:00 Everyone gets one - Wikibase and the Wikibase Ecosystem
EDUCATION Allhuset - - Friday 13:00 - 13:45 Intro to the Education Space: Wikimedia & SDG 4
Social Stockholm Univ Friday 14:30 - 15:00 Break
LANGUAGES Södra Huset - Maathai - B5 Friday 15:00 - 15:30 How to sustain your language online
EDUCATION Yousafzai - - Friday 16:15 - 16:45 Advancing Minority Languages through Wikimedia projects in Educational Settings
Social Friday 17:00 - 20:00 Welcome Reception
Clarion Hotel Amaranten : Room Ray Friday 21:00 - ..:00 Meet-up Wiktionary -
Saturday :00 - :00
LANGUAGES Södra Huset : Menchú Saturday 16:00 - 17:00 LinguaLibre
recording Quiet room Saturday 17:00 - 18:00 German recording
meetup Clarion Hotel Amaranten : Saturday 20:00 - 21:00 Revitalization of Aboriginal Languages of Taiwan
Sunday :00 - :00
Sunday :00 - :00
recording Quiet room Sunday 13:00 - 14:00 /swadesh Amharic is recorded !
LANGUAGES B847 Sunday 15:00 - 15:30 Lightning talk : LinguaLibre
Social Aula Magna Sunday 16:00 - 18:00 Closing ceremony


15h - 15h30

Wikidata lexemes - Södra Huset : Menchú

16h - 16h45

LinguaLibre - Södra Huset : Menchú I do the conference, don't forget to come !!

16h45 - 17h30

Luganda Wikipedia - Södra Huset : Menchú

17h30 - 19h

POSTER SESSION & BBQ - in the Allhuset


WEDNESDAY[edit]

Wikimedia cloud[edit]


MediaWiki APIs[edit]

Presentation detail : https://phabricator.wikimedia.org/T227577

https://paws.wmflabs.org/paws/user/Yug/notebooks/wmApiEdit.py.ipynb


    1. SOURCE :
import requests

# GENERAL PARAMETER
S = requests.Session()

URL = "https://test.wikipedia.org/w/api.php"

# QUERY TOKEN 
PARAMS_1 = {
    "action": "query",
    "meta": "tokens",
    "format": "json"
}

R = S.get(url=URL, params=PARAMS_1)
DATA = R.json()

CSRF_TOKEN = DATA['query']['tokens']['csrftoken']

# POST AN EDIT
PARAMS_3 = {
    "action": "edit",
    "title": "Wikimania2019",
    "token": CSRF_TOKEN,
    "format": "json",
    "appendtext": "You got hacked by {ME (put your name)} !!!"
}

R = S.post(URL, data=PARAMS_3)

#PRINT RESPONSE
DATA = R.json()
print(DATA
  

THIRSDAY[edit]

Wikidatainfoboxes[edit]

Brief history of Taiwanese population migratons : - 20,000 years ago : austronesians - 1600s : Chinese on the West - 1900s : mountains and East - Chinese languages pressed upon them - 2000s : governments support native languages

Revitalization of Taiwanese aboriginal Languges - 15 languages - 15 wikipedias - Create a community of shared native knowledge.