https://github.com/ivy-js/soundcloud-rpc
SoundCloud Discord rich presence
https://github.com/ivy-js/soundcloud-rpc
discord no-ads-soundcloud richpresence soundcloud soundcloud-player
Last synced: 2 months ago
JSON representation
SoundCloud Discord rich presence
- Host: GitHub
- URL: https://github.com/ivy-js/soundcloud-rpc
- Owner: Ivy-js
- Created: 2025-01-31T14:08:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T21:16:14.000Z (3 months ago)
- Last Synced: 2025-03-12T22:24:13.158Z (3 months ago)
- Topics: discord, no-ads-soundcloud, richpresence, soundcloud, soundcloud-player
- Language: JavaScript
- Homepage:
- Size: 8.29 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 🎵 SCloud RPC
SCloud RPC is an Electron application that integrates SoundCloud with Discord Rich Presence. It displays the currently playing track on SoundCloud as your Discord status.
## 👀 Showcase

## 🌟 Features
- 🎶 Displays the current track title, artist, and cover art on Discord.
- 🚫 Blocks ads on SoundCloud.
- 📝 Allows enabling or disabling logs.## 🛠️ Setup
### Prerequisites
- 📦 Node.js
- 📦 npm (Node Package Manager or Any NP Manager)### Installation
1. Clone the repository:
```bash
git clone https://github.com/Ivy-js/soundcloud-rpc.git
cd soundcloud-rpc
```2. Install the dependencies:
```bash
npm install
```### 🚀 Running the Application
To start the application, run:
```bash
npm start
```You will be prompted to enable or disable logs.
### 🏗️ Building the Application
To build the application for Windows, run:
```bash
npx electron-builder build --win
```The build output will be located in the `dist` directory.
## 📜 License
This project is licensed under the ISC License.
## 👤 Author
Created by Ivy. Contact: [[email protected]](mailto:[email protected]) | Discord : [1sheol](https://discord.com/users/1114616280138395738)