This GitHub repository contains the source code of a GoLang-based application that converts SoundCloud data to NewPipe compatible data.
This project serves as a tool to convert SoundCloud data into a format that NewPipe, an open-source Android media player, can understand and use. The project is written in Go, making it efficient and compatible with various platforms.
Ensure that you have GoLang installed on your machine. Follow the instructions here: https://golang.org/doc/install
Then, clone the repository to your local machine:
git clone https://github.com/GineHyte/soundcloud-to-newpipe.git
Navigate into the project directory:
cd soundcloud-to-newpipe
Windows:
.\run.ps1 [options] [output_file]
or
go run .\cmd\sc_to_np\sc_to_np.go [options] [output_file]
Contributions are welcome! Please read the contributing guidelines before making any changes.
If you have any feedback, please open an issue in this repository.
- Thanks to the creators of GoLang for such an efficient language.
- Thanks to the SoundCloud and NewPipe teams for their open APIs.