KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
vimms-downloader
★ 9
Open GitHub ↗
Vimm's Lair Downloader script
Download README (.md)
Explore Similar Repositories
leptos-unique-ids
:
Ensure globally unique DOM identifiers across a Leptos app
component-library-ai
:
Experiment Creating a Component Library with AI
void-clone-team-website
:
No description available.
AWS-Cloud-Practitioner-Practice-Questions
:
AWS Cloud Practitioner Practice Questions
Alireza-Foroughi-UK
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vimms-downloader
?
Download (.md)
# Vimm's Lair Downloader Download and extract files from [Vimm's Lair](https://vimm.net/). ## Usage 1. Put vault URLs in `links.txt` (one per line): ```text https://vimm.net/vault/15610 https://vimm.net/vault/15599 ``` 2. Download: ```bash ./download.sh ``` Files are saved to `out/`. 3. Extract (unpacks into `out/` and **deletes** the zip/7z): ```bash ./extract.sh ``` To extract **without** deleting the archives: ```bash ./extract.sh --no-delete ``` ## Layout ```text links.txt # vault URLs download.sh # download everything extract.sh # extract everything out/ # downloads + extracted files scripts/ # Python code requirements.txt ``` ## Requirements - Python 3.x On first run the scripts create `.venv`, install dependencies, and create `out/`.