Skip to content
Snippets Groups Projects
Commit d4a66974 authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

working connection

parent 4d6a898e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
import pywikibot as pwb
import families.wiktionary_family
if __name__ == "__main__":
site = pwb.Site('wiktionary:en')
page = pwb.Page(site, "test")
print(page.text)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment