https://github.com/7x11x13/sc-archive
Tool for keeping an up-to-date archive of soundcloud tracks from artists you're following
https://github.com/7x11x13/sc-archive
Last synced: 3 months ago
JSON representation
Tool for keeping an up-to-date archive of soundcloud tracks from artists you're following
- Host: GitHub
- URL: https://github.com/7x11x13/sc-archive
- Owner: 7x11x13
- Created: 2021-10-29T06:01:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T20:22:44.000Z (6 months ago)
- Last Synced: 2025-02-28T04:25:24.966Z (3 months ago)
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sc-archive
Tool I use to archive and keep track of songs from people I follow on SoundCloud. Requires a running [cookie relay server](https://github.com/7x11x13/cookie-relay)
## Setup
0. Clone this repo
1. Create file `.secret/config.ini` (see `sc_archive/example.ini` for an example)
2. Create file `.env` with line `ARCHIVE_PATH=`
3. Run `sudo docker compose up`