Hilichurlian language lorem ipsum generator and web scraper
1.4K
Hilichurlian language lorem ipsum generator.
It has methods for web-scraping data from the https://genshin-impact.fandom.com/wiki/Hilichurlian/Lexicon Wiki.
This image is only for local development purposes.
GitHub Repository
https://github.com/weaponsforge/hili-lipsum
NPM Registry
https://www.npmjs.com/package/hili-lipsum
Pull the "latest" local development image.
docker pull weaponsforge/hili-lipsum:latest
Run the development image.
docker run -it --rm -d --name weaponsforge-hili-lipsum weaponsforge/hili-lipsum:latest sh
Run available scripts in the development image.
docker exec -it weaponsforge-hili-lipsum <SCRIPT_NAME>
To enable running the npm run scrape script, spin up the container with:
docker run -it --rm -d --name weaponsforge-hili-lipsum -e HILICHURLIAN_TEXT_URL=https://genshin-impact.fandom.com/wiki/Hilichurlian/Lexicon weaponsforge/hili-lipsum:latest sh
Stop the container.
docker stop weaponsforge-hili-lipsum
Download, scrape and format hilichurlian words from the reference URL by default. Writes the extracted and formatted words into a hilichurlianDB-<TIMESTAMP>.json file.
Generates a random lorem ipsum-like Hilichurlian sentence (max 15 words).
Sets the IS_DOCKER=true environment variable before running the npm run scrape script to enable debugging with VSCode inside a container.
Content type
Image
Digest
sha256:2d22119cb…
Size
77.3 MB
Last updated
about 1 month ago
docker pull weaponsforge/hili-lipsum