remate-watch (2026-07-23): detecta draft+imagen+sin metas en los dos Ghost y lanza claude -p con el checklist de remate_prompt.md; verifica contra Ghost e informa por Telegram; el post queda siempre en draft. indexnow-watch (2026-07-24): compara el sitemap de posts con el estado y envía URLs nuevas/actualizadas a api.indexnow.org (Bing/DDG/Yandex). Las keys y keyLocation viven fuera del repo (~/.local/state/indexnow/). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
15 lines
487 B
Desktop File
15 lines
487 B
Desktop File
[Unit]
|
|
Description=indexnow-watch — envía URLs nuevas/actualizadas de los blogs a IndexNow (Bing/DDG/Yandex)
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=chemavx
|
|
WorkingDirectory=/home/chemavx/seo-tools
|
|
Environment=HOME=/home/chemavx
|
|
Environment=KUBECONFIG=/home/chemavx/.kube/config
|
|
Environment=PATH=/home/chemavx/.local/bin:/usr/local/bin:/usr/bin:/bin
|
|
ExecStart=/usr/bin/python3 /home/chemavx/seo-tools/indexnow_watch.py
|
|
TimeoutStartSec=300
|