A simple node application to download play scripts from playscripts.com
1.7K
A simple node application to download play scripts from playscripts.com. It features a simple webserver to download scripts remotely and an option to download scripts through a command-line interface.
Clone the repository using git and then use npm to install the node modules.
# Clone the repository
git clone https://github.com/bootsie123/Playscripts-Script-Downloader.git
# Enter the directory
cd Playscripts-Script-Downloader
# Install the dependencies
npm install
Alternatively you can install the application with docker.
docker pull bootsie123/playscripts-script-downloader
To run the webserver simply run:
npm start
This will run the server on port 3000 and allow you to download files using the following URL format:
http://localhost:3000/id
Replace id with the ID of the script you wish to download. The ID can be found in the URL. For example:
https://www.playscripts.com/play/3211
The ID here would be 3211
To use the CLI version simply run:
node server.js id
Replace id with the ID of the script you wish to download. To download more than one script at a time you can add a space between ids. For example:
node server.js 0001 0002 0003
This will download the scripts with the ids 0001, 0002 and 0003 into a folder called downloads in the project directory.
Pull requests are welcome. Any changes are appreciated!
Content type
Image
Digest
Size
335.9 MB
Last updated
over 5 years ago
docker pull bootsie123/playscripts-script-downloader