https://github.com/ScreamingHawk/civitai-web-scraper
Scrape Civitai for AI generated images and prompts
https://github.com/ScreamingHawk/civitai-web-scraper
Last synced: 24 days ago
JSON representation
Scrape Civitai for AI generated images and prompts
- Host: GitHub
- URL: https://github.com/ScreamingHawk/civitai-web-scraper
- Owner: ScreamingHawk
- License: mit
- Created: 2023-05-11T00:50:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T19:53:33.000Z (about 1 year ago)
- Last Synced: 2024-11-07T06:40:58.718Z (6 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 229
- Watchers: 4
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - ScreamingHawk/civitai-web-scraper - Scrape Civitai for AI generated images and prompts (Python)
README
# civitai-web-scraper
Scrape Civitai for AI generated images and prompts.
## Install
Clone the repo with:
```sh
git clone https://github.com/ScreamingHawk/civitai-web-scraper.git
```Initialise the python environment:
```sh
py -m venv venv
.\venv\Scripts\activate
py -m pip install -r requirements.txt
```Run the following and then update the config values
```sh
cp config.example.ini config.ini
```## Usage
Run the script
```sh
py scrape_civitai.py
```Run the server
```sh
py server.py
```