FoToRo Stream Server is simple server application providing access to your local video library downloaded from FoToRo's websites.
So far only ChastityBabes website is supported.
If these steps are confusing, use detailed installation tutorial
- Clone this repository
- Create
.env
file in the root directory - Run
npm install
to install dependencies
PORT
is optional.
CHASTITY_BABES_DIRECTORY
is required path to directory with Chastity Babes videos. File names are expected to have a prefix like cb001
.
- Run
node server.js