You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Castro0o 73d4df942a sandbox: wiki_images.py 4 years ago
sandbox sandbox: wiki_images.py 4 years ago
.gitignore sandbox: wiki_images.py 4 years ago
README.md images being downloaded 4 years ago
download_imgs.py sandbox: wiki_images.py 4 years ago
functions.py download_imgs.py script completed 4 years ago

README.md

Wiki to HTML pages script

Depencencies

  • python3

  • pip Python library installed

    • Install:
      • curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
      • python3 get-pip.py
  • mwclient Python library

    • Install:
      • pip3 install mwclient

login.txt

login.txt is a secrete file (ignored by git) where you place you itch wiki username and password, in separate lines.

It is used to let mwclient access the wiki, since it is close for reading and writing.

myusername
mypassword

Run

  • python3 download_imgs.py