Giter Club home page Giter Club logo

jamsync's Introduction

Logo

Logo made by Mann-E. Courtesy of Muhammadreza Haghiri.

JamSync

Sync your currently playing song on Spotify with your social media's bio!



Welcome to the "jamsync" repository! Using the Spotify API, "jamsync" retrieves the name of the song you're listening to and updates your bio to display the title of the song. This provides an easy way for your social media contacts to see what you're currently listening to and start a conversation about your music taste.
With "jamsync", you can effortlessly share your favorite tunes with your social media community and make new music connections. The setup process is simple and the script runs in the background, so you can focus on enjoying your music while "jamsync" takes care of the rest.

Thank you for checking out "jamsync"!

Table of Contents

Features

JamSync is a Python script and can update Skype bio for now.
I need to add more social media support with your contributions.

Usage

To use "jamsync", you must have a Spotify account and a Spotify-Client-ID. You can get a Spotify-Client-ID by following the instructions on here. (You can look at the video for easier understanding.)

Note: set the redirect URI to "http://localhost:8080/callback"

Then you should clone the repository and install the dependencies. You can install "jamsync" dependencies with the following command:

pip install -r requirements.txt

You need the config file to run the script and the config.example.ini file is an example of the config file. After filling the config file, you can run the script with the following command:

CONFIG_PATH=./config.ini python jamsync.py

The environment variable CONFIG_PATH is the path to the config file.

Config File

The config file is an INI file, and it has 2 sections:

  • [Spotify]

    • client_id: Your Spotify-Client-ID (Required)
    • client_secret: Your Spotify-Client-Secret (Required)
  • [Skype]

    • enabled: set it true for now (Required) :))
    • username: Your Microsoft-Account-Username (Required)
    • password: Your Microsoft-Account-Password (Required)

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. You can contribute to this project by checking the document.

Contact

You can contact me on Email.

jamsync's People

Contributors

n25a avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

itsamirhn

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.