/civitai-web-scraper

Scrape Civitai for AI generated images and prompts

Primary LanguagePythonMIT LicenseMIT

civitai-web-scraper

Scrape Civitai for AI generated images and prompts.

Install

Clone the repo with:

git clone https://github.com/ScreamingHawk/civitai-web-scraper.git

Initialise the python environment:

py -m venv venv
.\venv\Scripts\activate
py -m pip install -r requirements.txt

Run the following and then update the config values

cp config.example.ini config.ini

Usage

Run the script

py scrape_civitai.py

Run the server

py server.py