Skip to content

Hitchwiki/hwpybot

Repository files navigation

Bot Automations for Hitchwiki

(I think this is largely not needed for Hitchwiki admins, it is faster to just vibe in the hitchwiki.org repo on the server directly ~ @tillwenke)

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.

About

Bots for automatable tasks in Hitchwiki using Python

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages