thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.81k stars 352 forks source link

Package for APK to run on android #720

Closed bbeevvoo closed 1 year ago

bbeevvoo commented 1 year ago

I have it all setup and running on my windows 10. I would like to package it up and move it to my tablet. I have read how to convert a script to apk but it says to start with a PY and move assets into an asset folder. My question is what do I bundle into an apk and how do I insert my urls and config into

thp commented 1 year ago

urlwatch is not supposed to run on your phone/tablet directly, but rather on a server (VPS, Raspberry Pi, etc..). The notifications that urlwatch sends can go to your Android device.

For running urlwatch on an Android device, I'd recommend running it inside Termux