mirror of
https://github.com/YuzuZensai/iOS-DiscordPresence.git
synced 2026-01-06 04:33:12 +00:00
35320a25c463615bfc2b53973a7db482beac22ad
🎮 iOS-DiscordPresence
Jailbreak tweak that implements Discord Playing Presence like Samsung Game Launcher. How does this tweak work?
This is my first jailbreak tweak <3, so it might not be perfect
📃 TODOs
- Make preference menu, and some basic settings
- Make the tweak send
UPDATErequest every x interval, to keep the status active - Better way storing the token (Preference?) / Fetching the discord token (Somehow hooking the Discord app too? No idea yet)
- Make rate limits to prevent spamming the API
🔧 Installation
Prerequisites: Theos
- Clone this repository
git clone https://github.com/YuzuZensai/iOS-DiscordPresence.git - Edit
Makefileif needed - Run
make doto build and install on your device, ormake packageto build - After installing the tweak, create a new file
/var/mobile/Documents/DiscordToken.txtand put your Discord token there (This is temporary for now, will change to a better way later)
⚠️ Disclaimer
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 & Community Guidelines, and can result in account termination if found. I do not take any responsibility, liability, or anything that happened on your Discord Account.
Languages
Logos
65.9%
Objective-C
29%
Makefile
5.1%
