https://github.com/ganchdev/ninemeterorbit
https://github.com/ganchdev/ninemeterorbit
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ganchdev/ninemeterorbit
- Owner: ganchdev
- Created: 2026-06-27T23:39:46.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2026-06-28T00:35:36.000Z (9 days ago)
- Last Synced: 2026-06-28T01:18:10.595Z (9 days ago)
- Language: HTML
- Size: 13.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ninemeterorbit
## Setup
```sh
mise install # Go toolchain
cp .env.local.example .env.local # then edit (gitignored)
```
`.env.local`:
```
NTFY_TOPIC=your-ntfy-topic # optional; omit to just print
DEPLOY_HOST=user@host # for `mise run deploy`
DEPLOY_PORT=22
```
Put the product URLs (one per line, each with `?variant=`) in `urls.txt`.
## Use
```sh
mise run run # scrape + print (and notify if NTFY_TOPIC is set)
mise run deploy # cross-compile + scp binary & urls.txt to the VPS
mise run build # local binary -> bin/
```
Scheduled 3×/day via cron on the VPS:
```cron
0 6,12,18 * * * cd /root/ninemeterorbit && NTFY_TOPIC=… ./ninemeterorbit-linux >> scrape.log 2>&1
```
## Notifications
https://ntfy.sh/