/wikipedia-scripts

Scripts for improving my Wikipedia editing productivity

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Wikipedia scripts

Some of my scripts for editing the Wikipedia.

Open Watchlist

This Python 3 script logs in to Wikipedia and opens the first few unseen pages from your watchlist.

It uses the credentials from a secrets.json file with the following structure.

{
  "username": "...",
  "password": "..."
}

It requires Firefox and geckodriver to work.