Skip to content
Ross Williams edited this page May 25, 2020 · 7 revisions

Create a wrapper for a given wiki and API version:

from scuttle import scuttle
API_KEY = "eyJ0eXAiOiJKV1QiLC(...)" # Personal Access Token

wiki = scuttle('en', API_KEY, 1)
Clone this wiki locally