justvanbloom / spotipybot

Python bot to automate listens on Spotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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": "firstprofile@example.com",
    "password": "first_password"},
    {"username": "secondprofile@example.com",
    "password": "second_password"}
    {"username": "thirdprofile@example.com",
    "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

About

Python bot to automate listens on Spotify


Languages

Language:Python 100.0%