Skip to content

luarmour/DroidMacro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

android-biome-notifier

Sol's RNG biome notifier for Android. sends a discord webhook when a biome spawns.

beta — root only for now

how it works

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.

requirements

  • rooted Android or rooted cloud phone (tested on Redfinger)
  • Termux
  • Magisk or equivalent

setup

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.

usage

python /sdcard/biome_notify.py

closes Termux without dying, logs to /sdcard/biome.log

to kill it:

pkill -f biome_notify

known issues

  • root required (no-root via ADB/Shizuku planned)
  • no auto-start on reboot

credits

biome data + webhook format from Parham's Linux Biome Macro

About

Android biome notifier for Sol's RNG. runs on Termux with root.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages