Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 849 Bytes

File metadata and controls

32 lines (20 loc) · 849 Bytes

Bot Automations for Hitchwiki

This is pywikibot code for hitchwiki.

Get started

coords_missing/ is a clean example how to manipulate articles in bulk. Copy code from there into a new directory and adjust to your needs.

Setup

We're using Astral uv for handling packages and running scripts.

Install uv

curl -LsSf https://astral.sh/uv/install.sh | sh

See https://docs.astral.sh/uv/getting-started/installation/ for other installation methods.

Install dependencies

uv sync

Run a script

uv run script_name.py

Some scripts use inline dependencies (PEP 723) and uv run will automatically install them.