Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ginehyte/soundcloud-to-newpipe
This script convert SoundCloud data into a format that NewPipe, an open-source Android media player, can understand and use.
https://github.com/ginehyte/soundcloud-to-newpipe
go golang import newpipe soundcloud soundcloud-to-newpipe
Last synced: 3 days ago
JSON representation
This script convert SoundCloud data into a format that NewPipe, an open-source Android media player, can understand and use.
- Host: GitHub
- URL: https://github.com/ginehyte/soundcloud-to-newpipe
- Owner: GineHyte
- Created: 2023-10-20T09:44:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T09:51:31.000Z (about 1 year ago)
- Last Synced: 2024-11-01T23:06:53.207Z (about 2 months ago)
- Topics: go, golang, import, newpipe, soundcloud, soundcloud-to-newpipe
- Language: Go
- Homepage:
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SoundCloud to NewPipe Data Converter
This GitHub repository contains the source code of a GoLang-based application that converts SoundCloud data to NewPipe compatible data.
## Description
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.
## Installation
Ensure that you have GoLang installed on your machine. Follow the instructions here: [https://golang.org/doc/install](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
## Usage
Windows:
.\run.ps1 [options] [output_file]
orgo run .\cmd\sc_to_np\sc_to_np.go [options] [output_file]
## Contributing
Contributions are welcome! Please read the contributing guidelines before making any changes.
## Feedback
If you have any feedback, please open an issue in this repository.
## Authors
- [@GineHyte](https://github.com/GineHyte)
## Acknowledgements
- Thanks to the creators of GoLang for such an efficient language.
- Thanks to the SoundCloud and NewPipe teams for their open APIs.