Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/setaman/soundcloud-sync
Synchronize likes, followings and playlists between two SoundCloud accounts
https://github.com/setaman/soundcloud-sync
soundcloud soundcloud-sync synchronization
Last synced: 23 days ago
JSON representation
Synchronize likes, followings and playlists between two SoundCloud accounts
- Host: GitHub
- URL: https://github.com/setaman/soundcloud-sync
- Owner: setaman
- License: mit
- Created: 2019-05-28T19:04:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T21:32:47.000Z (about 2 years ago)
- Last Synced: 2024-10-31T21:10:42.226Z (2 months ago)
- Topics: soundcloud, soundcloud-sync, synchronization
- Language: Vue
- Homepage:
- Size: 2.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SoundCloud-Sync
With this app you can easily synchronize likes, folowings and playlists between two SoundCloud accounts. I love SoundCloud, and this app was made just for fun, with the intention to learn new things, try out new concepts and to explore the SoundCloud API.
The App is built with Electron and Quasar. Currently the registration of new apps for SoundCloud API is disabled. And the API-v1 seems to be slowly shut down (that's sad). So the app uses an uncomfortable workaround for user authentication and the app relies on non-public API-v2. No one should ever use this app.
## Development
```
npm run dev-e // run electron app in development mode
npm run build // build for windows
```