mirror of
https://github.com/YuzuZensai/iOS-DiscordPresence.git
synced 2026-01-06 04:33:12 +00:00
43 lines
1.8 KiB
Markdown
43 lines
1.8 KiB
Markdown
# 🎮 iOS-DiscordPresence
|
|
|
|
Jailbreak tweak that implements Discord Playing Presence like Samsung Game Launcher. [How does this tweak work?](https://github.com/YuzuZensai/DiscordMobilePlayingCLI)
|
|
|
|
This is my first jailbreak tweak <3, so it might not be perfect
|
|
|
|

|
|

|
|
|
|
## ✨ Features
|
|
|
|
- Detect running games and show them on your Discord!
|
|
- Fetch Discord token from the iOS Discord Application
|
|
- Built-in ratelimiter
|
|
|
|
## 🔧 Installation
|
|
1. Download .deb from [release](https://github.com/YuzuZensai/iOS-DiscordPresence/releases) page (for repo, soon?)
|
|
2. Install the .deb file (Using your package manager, or Filza)
|
|
3. Respring
|
|
4. Configure the tweak in the settings
|
|
|
|
## 👜 Prerequisite
|
|
|
|
- [Theos](https://theos.dev/)
|
|
|
|
## 🔧 Building
|
|
|
|
1. Clone this repository
|
|
2. Edit ``Makefile`` if needed
|
|
3. Run ``make do`` to build and install on your device, ``make package`` to build, or ``make package FINALPACKAGE=1`` for production build
|
|
|
|
## ⚠️ Disclaimers
|
|
|
|
Supports only iOS 14+ for now
|
|
|
|
Only tested on iOS 14.3 (unc0ver) and 14.5 (checkra1n), but it should work on other versions too
|
|
|
|
iOS-DiscordPresence utilizes Discord API that is outside OAuth2/bot API scope.
|
|
|
|
``/api/v6/presences``
|
|
|
|
Automating normal user accounts (generally called "self-bots") outside of the OAuth2/bot API is a **violation** of Discord [Terms Of service](https://discord.com/terms) & [Community Guidelines](https://discord.com/guidelines), and can result in account termination if found. **I do not take any responsibility, liability, or anything that happened on your Discord Account.**
|