This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Zillow Swarm Worker — runs on a friend's Mac, pulls ZIPs to scrape from | |
| // the master, scrapes them locally, pushes leads back. | |
| // | |
| // Discovery: fetches the master URL from a public gist so we survive | |
| // TryCloudflare URL rotation without any worker-side config changes. | |
| // | |
| // Each friend's machine: | |
| // 1. node agents/zillowSwarmWorker.js daemon | |
| // 2. fetches https://gist.githubusercontent.com/raw/<GIST_ID>/master-url.txt | |
| // every 5 min to learn the current master URL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://interfaces-rotation-platform-remain.trycloudflare.com |