Scrape Civitai for AI generated images and prompts.
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
Run the script
py scrape_civitai.py
Run the server
py server.py