Sol's RNG biome notifier for Android. sends a discord webhook when a biome spawns.
beta — root only for now
Roblox writes biome changes to Android's logcat (same BloxstrapRPC format as the Linux macro). script just reads that and fires a webhook. no OCR, no screen capture, nothing weird.
- rooted Android or rooted cloud phone (tested on Redfinger)
- Termux
- Magisk or equivalent
pkg install python
pip install requests
drop biome_notify.py to /sdcard/ and edit the config at the top:
WEBHOOK_URL = "your webhook here"
PS_LINK = "private server link"GLITCHED, DREAMSPACE and CYBERSPACE ping @everyone by default. change PING_BIOMES if you want different ones.
python /sdcard/biome_notify.py
closes Termux without dying, logs to /sdcard/biome.log
to kill it:
pkill -f biome_notify
- root required (no-root via ADB/Shizuku planned)
- no auto-start on reboot
biome data + webhook format from Parham's Linux Biome Macro