Giter Club home page Giter Club logo

spotipybot's Introduction

DISCLAIMER - PLEASE READ BEFORE USING

This project was a proof of concept and was written years ago. It doesn't work anymore, as Spotify's website changed.
You're free to fork this repo and update it if you want, but please do not message or ask me for help about writing an updated version.
Automating "fake" interactions is against Spotify's ToS and I don't want nor have the time to be involved with this project anymore.

SpotiPyBot

A Python-written bot that can generate automatic listens to a given playlist.
It now supports multi-account, multithreading and headless Chrome!

Usage

  • First, clone this repo on your local machine with
    $ git clone https://github.com/pesaventofilippo/spotifybot.git

  • Then, download the right chromedriver for your Chrome version from here and put it under the drivers subfolder

  • Create a list of Spotify profiles for this program to use and write it in data/profiles.json.
    Example:
    {
    "credentials": [
    {"username": "[email protected]",
    "password": "first_password"},
    {"username": "[email protected]",
    "password": "second_password"}
    {"username": "[email protected]",
    "password": "third_password"}
    ]
    }

  • Done! You can now simply run the bot with
    $ python3.6 main.py [options]

Run options

These are optionals parameters, they are not mandatory to run the program.

  • --headless puts Chrome in headless mode, useful if you do not have a DE

spotipybot's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.