Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 857 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 857 Bytes

SETUP

  1. create a wiki user with 'bot' permissions
  2. download pywikibot (https://pywikibot.toolforge.org/core_stable.zip)
  3. extract the zipfile
  4. create python venv and install the requirements.txt that came with pywikibot plus the lxml package
  5. place (or symlink) the following files in the pywikibot root directory:
  • addons.py
  • addons_category.py
  • secretsfile
  • user-config.py
  1. place (or symlink) the following file in the pywikibot/families directory:
  • xbmc_family.py
  1. to speed things up, set seconds to 0 here:

UPDATE WIKI PAGES

  1. open a terminal, navigate to the pywikibot root directory and run these commands:
  2. python pwb.py login
  3. python pwb.py addons.py
  4. python pwb.py addons_category.py