Skip to content

mchiang9/WikiScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WikiScraper

Scrape images from fandom wikis using Python.

Setup

  1. Clone repo

    a. Using ssh: git clone git@github.com:mchiang9/WikiScraper.git

    b. Using https: git clone https://github.com/mchiang9/WikiScraper.git

    c. Using Github CLI: gh repo clone mchiang9/WikiScraper

  2. Setting up virtual environment.

    Note: This is optional.

    This step is optional, but highly recommended as good practice when using any python project. This will set up a virtual environment that will only hold the python packages that will be needed for this project.

    a. Create virtual environment: python3 -m venv . --upgrade-deps

    b. Activate virtual environment: source bin/activate

  3. Install packages. pip3 install -r requirements.txt

About

Scrape images from fandom wikis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages