Sign inSign up

bootsie123/playscripts-script-downloader

By bootsie123

Updated over 5 years ago

A simple node application to download play scripts from playscripts.com

Image
0

1.7K

bootsie123/playscripts-script-downloader repository overview

Playscripts Script Downloader

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.

Installation

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

Usage (Web Server)

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

Usage (CLI)

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.

Contributing

Pull requests are welcome. Any changes are appreciated!

License

ISC

Tag summary

Content type

Image

Digest

Size

335.9 MB

Last updated

over 5 years ago

docker pull bootsie123/playscripts-script-downloader