Spotify bot for farming streams using NodeJS and selenium webdriver. This project is intended for educational purposes only. I am not responsible for any misuse of this project. Please use this project at your own risk.
- Clone the repository
git clone https://github.com/shie1/splatterjs
- Install dependencies
yarn install
- Set the following environment variables in a .env file
USERS=user1:password1;user2:password2
TARGET=target_value
The USERS
variable should contain user credentials separated by a colon, and multiple users should be separated by a semicolon.
The TARGET
variable should contain a playable spotify url.
- Run the project
yarn dev
To run the project in development mode, run the following command:
yarn dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
For any inquiries, please open an issue on the GitHub repository.