All Projects → davide-acanfora → spotify-account-generator

davide-acanfora / spotify-account-generator

Licence: other
Instantly generates new free Spotify accounts with random credentials

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to spotify-account-generator

PasTerm
Genera combos a base de Keywords con Termux
Stars: ✭ 36 (-56.63%)
Mutual labels:  spotify, account
spotify-release-list
📅 Display list of Spotify releases from artists you follow
Stars: ✭ 142 (+71.08%)
Mutual labels:  spotify
thirtytwopixels
🖼️ wireless LED album art display for spotify, mpd+ncmpcpp and other players.
Stars: ✭ 46 (-44.58%)
Mutual labels:  spotify
lavalink-music-bot-2021
Advance Discord Lavalink Music Bot With Spotify and Buttons Help Menu || Best Music Quality || Radio Commands
Stars: ✭ 26 (-68.67%)
Mutual labels:  spotify
distube-music-bot
An advanced music bot based on distube.js.org with filters and more
Stars: ✭ 24 (-71.08%)
Mutual labels:  spotify
muffon
Music streaming browser
Stars: ✭ 491 (+491.57%)
Mutual labels:  spotify
spotify-next
Small CLI app for filtering out music on Spotify.
Stars: ✭ 45 (-45.78%)
Mutual labels:  spotify
Jekyll-Spotify
Easily output Spotify Embed Player for jekyll
Stars: ✭ 15 (-81.93%)
Mutual labels:  spotify
odoo-addons
Modules for Odoo/OpenERP
Stars: ✭ 94 (+13.25%)
Mutual labels:  account
gmusic wrapped
A spotify 'year wrapped' like for Google Play Music
Stars: ✭ 44 (-46.99%)
Mutual labels:  spotify
hoergewohnheiten
Save your Spotify plays to a Postgres database and run a Flask app to provide listening stats.
Stars: ✭ 16 (-80.72%)
Mutual labels:  spotify
BTSpotifyGeeklet
Geeklet for Spotify player, shows track info and artwork
Stars: ✭ 12 (-85.54%)
Mutual labels:  spotify
spotify-cli
Spotify for the terminal 🎵
Stars: ✭ 295 (+255.42%)
Mutual labels:  spotify
spotify-player
A command driven spotify player
Stars: ✭ 261 (+214.46%)
Mutual labels:  spotify
spotify.cr
🎧 A Crystal wrapper for the Spotify Web API
Stars: ✭ 35 (-57.83%)
Mutual labels:  spotify
spotify-web-helper
🎛 Control Spotify from node.js
Stars: ✭ 60 (-27.71%)
Mutual labels:  spotify
spotifypiHome
"Install and go" multiroom music playback solution, with support for spotify, airplay and bluetooth.
Stars: ✭ 32 (-61.45%)
Mutual labels:  spotify
Spotify-Customizer
Chrome extension to customize Spotify web client (themes, lyrics, ...)
Stars: ✭ 27 (-67.47%)
Mutual labels:  spotify
laravel-spotify
Laravel-Spotify is a simple wrapper around the Spotify Web API that makes working with its endpoints a breeze!
Stars: ✭ 141 (+69.88%)
Mutual labels:  spotify
ad-silence
Mute Ad/promotions from Accuradio, Spotify, TIDAL & Pandora Android. Minimal, extensible & lightweight under 150kb.
Stars: ✭ 132 (+59.04%)
Mutual labels:  spotify

Description

This Python3 script instantly generates new free Spotify accounts (with random credentials) while pretending to be a Spotify app (currently v8.6.26) installed on an Android device. This is simply achieved by sending forged HTTP requests. The original requests have been intercepted from an emulator of a SM-N976N device running Android Lollipop, that is why you will find this particular model in the "User-Agent" header of the requests.

Note: I won't test this script often, so if Spotify will change their API specifications this script may not work until updated.
DISCLAIMER: by using any of the files available in this repository, you understand that you are agreeing to use at your own risk. All files available here are for education and/or research only.

Requirements

requests module: pip install requests

Usage

Simply run it without arguments to generate one account and print its credentials to the console:
python spotify_generator.py

You can also specify the amount of accounts to generate and a file where their credentials will be saved:
python spotify_generator.py -n AMOUNT -o OUTPUT_FILE

The creadentials will be printed/saved in the following format:
NICKNAME:USERNAME:EMAIL:PASSWORD

Donate

If you want to support my developments you are welcome to offer me a beer 😃

Donate
BTC: 1BMWGf8S9mHyaz52a85D6WRor719f6Fw5r

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].