tcprescott / sahasrahbot

A Discord/SRL bot for the ALTTPR/SMZ3 communities.
MIT License
28 stars 31 forks source link

Updated CLI tool for DASH #41

Closed MassHesteria closed 1 year ago

MassHesteria commented 1 year ago

Work on the original DASH standalone application has been discontinued, and we are now exclusively using the DASH website to generate seeds. The latest CLI tool is a script that should be run with NodeJS which generates seeds directly from the website. Recommended NodeJS version is 18.14.0 LTS, but the script should theoretically work with 17.5+ due to the use of fetch.

Current presets supported by the CLI tool: mm and full

Per discussions with Synack, I have not committed the dash.cli.js file. It is hosted on the DASH website here: https://dashrando.github.io/app/dash.cli.js

tcprescott commented 1 year ago

Thank you for the pull request.