← 返回
未分类

wm-tipp

WM 2026 Tipps mit Polymarket-Quoten. Automatische Daily-Tipps an Telegram.
WM 2026 Tipps mit Polymarket-Quoten. Automatische Daily-Tipps an Telegram.
yjkj999999
未分类 community v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 13
下载
💾 0
安装
1
版本
#latest

概述

WM 2026 Tipps – Skill

> Automatische WM-Tipps mit Polymarket-Quoten. Täglich 18:00 MESZ.

Features

  • Liest Spielplan aus JSON
  • Holt Live-Quoten von Polymarket (public API, kein Key nötig)
  • 1h-Cache für Polymarket-Daten
  • Sendet Tipps an konfigurierbare Telegram-Empfänger
  • Markdown-Format für Telegram

Installation

clawhub install wm-tipp

Konfiguration

Environment-Variablen (setzen vor dem Script):

# Telegram Gateway Endpoint
export WM_TELEGRAM_API="http://localhost:8080/api/telegram/send"

# Empfänger als JSON-Array
export WM_CHAT_IDS='[{"name": "Alice", "chat_id": "123456789"}, {"name": "Bob", "chat_id": "987654321"}]'

Beispiel-Cron:

# Täglich um 18:00 MESZ (16:00 UTC)
0 16 * * * WM_TELEGRAM_API=http://localhost:8080/api/telegram/send WM_CHAT_IDS='[{"name":"Du","chat_id":"DEINE_ID"}]' /usr/bin/python3 /home/HolBot/skills/wm-tipp/scripts/wm_tipps.py >> /tmp/wm_tipp.log 2>&1

Spielplan anpassen

data/wm2026_schedule.json bearbeiten:

{
  "games": [
    {
      "date": "2026-06-11",
      "time_mesz": "21:00",
      "team1": "Mexiko",
      "team2": "Südafrika",
      "stadium": "Estadio Azteca",
      "group": "A",
      "stage": "Gruppenphase"
    }
  ]
}

Tipps anpassen

In scripts/wm_tipps.py das TIPS-Dictionary bearbeiten:

TIPS = {
    ("Deutschland", "Curaçao"): {"tipp": "4:0", "reason": "..."},
}

Polymarket

  • Öffentliche API – kein API-Key nötig
  • Endpoint: https://gamma-api.polymarket.com/markets
  • Cache: data/polymarket_cache.json (1h TTL)

Dateien

wm-tipp/
├── SKILL.md
├── scripts/
│   └── wm_tipps.py           # Hauptscript
└── data/
    ├── wm2026_schedule.json  # Spielplan
    ├── wm_tipps.json         # Gespielte Tipps
    └── polymarket_cache.json  # Polymarket-Cache

Requirements

  • Python 3.8+
  • Telegram-Bot via OpenClaw Gateway
  • Internet-Zugriff für Polymarket-API

Kein API-Key nötig. Spielplan und Tipps einfach anpassen.

版本历史

共 1 个版本

  • v1.0.2 从ClawHub迁移发布(v2-修复版) 当前
    2026-06-07 14:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

life-service

Caldav Calendar

asleep123
使用 vdirsyncer + khal 同步并查询 CalDAV 日历(iCloud、Google、Fastmail、Nextcloud 等)。适用于 Linux。
★ 244 📥 30,709
design-media

agnes-image-gen

user_15292d5a
使用 Agnes AI 的图片生成模型生成图片,支持文生图(agnes-image-2.1-flash)和图生图(agnes-image-2.0-flash)。支持自定义 API Key,用户可使用自己的 Agnes Key。优化重点:降低
★ 1 📥 237
life-service

Sonoscli

steipete
控制Sonos音箱(发现/状态/播放/音量/分组)
★ 57 📥 85,252