Giter Site home page Giter Site logo

soundcloud-syncer's Introduction

Soundcloud Syncer

http://secure.travis-ci.org/Sliim/soundcloud-syncer.png?branch=master

Soundcloud-syncer is a tool to synchronize soundcloud user’s favorites and tracks locally.

Requirements

Python version

  1. Python 3.2.

Run unittests

To run unitests you will need following packages:

  • mock

Optionnaly you can install these packages:

  • nose
  • coverage
pip-3.2 install mock nose coverage

Usage

  • Clone repository:
git clone https://github.com/Sliim/soundcloud-syncer.git
  • Move into cloned directory and run sync.py script:
mv soundcloud-syncer
./sync.py --help

Basic usage

  • Download user’s likes:
./sync.py -u USER_TO_SYNC -o OUTPUT_DIRECTORY
  • Download user’s tracks:
./sync.py -u USER_TO_SYNC -o OUTPUT_DIRECTORY -t
  • You can download tracks recursively:
./sync.py -u USER_TO_SYNC -o OUTPUT_DIRECTORY -t -r
  • To set offset and limit for tracks list:
./sync.py -u USER_TO_SYNC -o OUTPUT_DIRECTORY -L LIMIT -O OFFSET

/!\ Limit can’t be greater than 200.

Ignoring tracks

You can ignore some tracks you don’t want to sync locally.

To do this create a file in OUTPUT_DIRECTORY named .ignore. Each track in this file will be ignored.

  • Example:

To ignore https://soundcloud.com/trapmusic/vexed-goodbye-by-j-nitrous add in .ignore file:

trapmusic/vexed-goodbye-by-j-nitrous

Features

  • Download user’s favorites / likes tracks list.
  • Download user’s tracks list.
  • Possibility to set offset and limit for tracks list.
  • Auto find client_id when not passed to sync script.
  • Check if track exists locally before download it.
  • Possibility to ignore some tracks to sync.
  • Recursive download.

License

See COPYING file

soundcloud-syncer's People

Contributors

sliim avatar

Watchers

Joseph Chiocchi avatar James Cloos 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.