Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 508 Bytes

36c3-Wiki GUID Fixer

Set up

pip install -r requirements.txt

How to use

python guid-fixer.py -u USERNAME -p PASSWORD

Help

$ python guid-fixer.py -h
Usage: guid-fixer.py [options]

Options:
  -h, --help            show this help message and exit
  -u USERNAME, --username=USERNAME
                        the wiki username (required)
  -p PASSWORD, --password=PASSWORD
                        the wiki password (required)
  -d, --dry-run         perform a dry run (create no changes)