shie1 / splatterjs

Spotify bot for farming streams using NodeJS and selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SplatterJS

Description

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.

Setup

  1. Clone the repository
git clone https://github.com/shie1/splatterjs
  1. Install dependencies
yarn install
  1. 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.

  1. Run the project
yarn dev

Development

To run the project in development mode, run the following command:

yarn dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Contact

For any inquiries, please open an issue on the GitHub repository.

About

Spotify bot for farming streams using NodeJS and selenium


Languages

Language:TypeScript 90.3%Language:Dockerfile 8.0%Language:Shell 1.7%