Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 538 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 538 Bytes

website-updater

Simple script that updates tournament pages on our website using a CSV file.

This script automatically creates a PR using GitHub CLI.

Requirements

  • Python libraries from requirements.txt
  • git
  • GitHub CLI

Usage

Example usage:

./website_updater.py \
  --data https://docs.google.com/spreadsheets/u/1/d/<ID>/export?format=csv&... \
  --template templates/hatsumi_taikai \
  --repository chombo.club

The repository (chombo.club in this case) must be cloned first.