Zeborah on Nostr: npub12nm5c…wwh2s Yeah that's relatively simple. I'd schedule it with crontab (or ...
npub12nm5cjxe4t7ldf0fflvujmawt0p83yjzl6v09ynw7v79dvlf6s2qmwwh2s (npub12nm…wh2s) Yeah that's relatively simple.
I'd schedule it with crontab (or Task Scheduler on Windows) and I'd use PHP (because I know it, in a second people will explain how something else is superior) to:
1) do a cURL GET request on the webpage
2) search the resulting string for the text
3) email the result to myself
There'll be many other methods which would be better in many ways, that's just what's within my own capacity.
I'd schedule it with crontab (or Task Scheduler on Windows) and I'd use PHP (because I know it, in a second people will explain how something else is superior) to:
1) do a cURL GET request on the webpage
2) search the resulting string for the text
3) email the result to myself
There'll be many other methods which would be better in many ways, that's just what's within my own capacity.