Scrape Civitai for AI generated images and prompts.
Clone the repo with:
git clone https://github.com/ScreamingHawk/civitai-web-scraper.gitInitialise the python environment:
py -m venv venv
.\venv\Scripts\activate
py -m pip install -r requirements.txtRun the following and then update the config values
cp config.example.ini config.iniRun the script
py scrape_civitai.pyRun the server
py server.py