├── LICENSE ├── README.md ├── requirements.txt └── scraper.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gotlougit/midjourney-gallery-downloader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gotlougit/midjourney-gallery-downloader/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4 2 | requests -------------------------------------------------------------------------------- /scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gotlougit/midjourney-gallery-downloader/HEAD/scraper.py --------------------------------------------------------------------------------