Skip to content

Hitchwiki/hwpybot

Repository files navigation

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.

About

Bots for automatable tasks in Hitchwiki using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors