This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import os.path | |
import re | |
import time | |
# SteampunkEngi's Shitty Scraper Script for CivitAI. Source: https://gist.github.com/SteapunkEngi/a61c73545c27e9afc4b73316af7274dc | |
# This script automatically scrapes all models of a type. downloads the model/Model/whatever + all metadata + thumbnail picture | |
# Made for python 3.10, other versions not tested | |
# Looking for manual downloads? see https://github.com/axsddlr/civitai_downloader |