Skip to content

aaqibmehrban/spotipybot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%