kit4py / Streamify

Simple tool which plays spotify songs and creates accounts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamify

Simple tool which plays spotify songs and creates accounts (the xpathes might be not up to date, not working on this project anymore)

This Tool needs to be modified for presonal testing. You will need your own chromedriver, Google folder with the correct path to store accounts etc. Not for beginners.

  • this is only an example and needs modification to work for current versions. You can use my project as start for your own. Don't spam me with questions etc i dont have enough time    

Installation

git clone 
cd streamify/
python3 -m venv venv
. venv/bin/activate  (or if you're using fish->  . venv/bin/activate.fish)
pip3 install -r requirements.txt

Usage

python3 main_new.py

Tool

pic1

Legal

This was merely a speedrun to demonstrate how streaming bots work.
This is illegal if you use this without the consent of the owners (in this case, the Spotify team).
The software designed to perform website security testing.
The author is not responsible for any illegal use of these programs.
I am not accountable for anything you get into.
I am not accountable for any of your actions.
This is 100% educational, please do not misuse this tool.

About

Simple tool which plays spotify songs and creates accounts


Languages

Language:Python 100.0%