Skip to content

Instantly share code, notes, and snippets.

View KeithCu's full-sized avatar

KeithCu

View GitHub Profile
from functools import lru_cache
import mwclient
from mwclient import Site
ua = 'LibreOffice Wiktionary/0.1 run by User:xxy'
#This API returns Mediawiki markup
@lru_cache(maxsize = 10)
def Wiktionary(lang, word):