← 返回
数据分析 Key 中文

Polymarket Market Importer

Auto-discover and import Polymarket markets matching your keywords, tags, and volume criteria. Runs on a schedule so you never miss a new market worth tradin...
自动发现并导入符合关键词、标签及交易量条件的Polymarket市场,定时运行确保不错过优质新市场。
djdyll
数据分析 clawhub v1.0.3 1 版本 100000 Key: 需要
★ 0
Stars
📥 552
下载
💾 14
安装
1
版本
#latest

概述

🎯 Polymarket Market Importer

> This is a template. The keywords, categories, and volume filters are yours to set. The skill handles the hunting — searching Polymarket on a schedule, filtering by your criteria, skipping what you've already seen, and importing the rest into Simmer. You configure the net, it catches the fish.

Setup

  1. Install the SDK:

```bash

pip install simmer-sdk

```

  1. Set your API key:

```bash

export SIMMER_API_KEY="sk_live_..."

```

  1. Set your filters:

```bash

python market_importer.py --set keywords=bitcoin,ethereum,solana

python market_importer.py --set min_volume=25000

```

  1. Dry run to verify:

```bash

python market_importer.py

```

  1. Go live:

```bash

python market_importer.py --live

```

Configuration

ParameterEnv VarDefaultDescription
------------------------------------------
keywordsIMPORTER_KEYWORDSbitcoin,ethereumComma-separated search terms
min_volumeIMPORTER_MIN_VOLUME10000Minimum 24h volume — filters out thin markets
max_per_runIMPORTER_MAX_PER_RUN5Cap on imports per execution
categoriesIMPORTER_CATEGORIEScryptoComma-separated category filters (crypto, politics, sports, etc.)

Quick Commands

# Dry run — preview what would be imported
python market_importer.py

# Import for real
python market_importer.py --live

# Check what you've already imported
python market_importer.py --positions

# Show current config
python market_importer.py --config

# Update a setting
python market_importer.py --set keywords=bitcoin,ethereum,xrp

# Quiet mode — only output on imports or errors
python market_importer.py --live --quiet

Example Output

🎯 Polymarket Market Importer
==================================================

  [LIVE MODE] Importing markets for real.

  Config: keywords=bitcoin,ethereum | min_volume=10000 | max_per_run=5 | categories=crypto

  Searching for: bitcoin
    Found 12 importable markets
    3 already imported, 9 new
    Category match: 7

  Searching for: ethereum
    Found 8 importable markets
    2 already imported, 6 new
    Category match: 5

  Importing: "Will BTC exceed $150k by July 2026?" (vol: $125,000)
    ✅ Imported successfully
  Importing: "Will ETH reach $5k by June 2026?" (vol: $89,000)
    ✅ Imported successfully

  Summary: 20 found | 5 already seen | 2 imported (max 5)

Troubleshooting

ProblemFix
--------------
"No importable markets found"Broaden your keywords or lower min_volume
"Import failed"Daily quota may be hit (10/day free, 50/day Pro). Try next run.
"SIMMER_API_KEY not set"Get your key from simmer.markets/dashboard → SDK tab
Markets not matching categoriesCategory filter checks question text and tags. Try different terms.

Schedule

Runs every 6 hours via cron (0 /6 ). Adjust in clawhub.json if needed.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-19 08:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,078
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,568
ai-intelligence

Manual Trade Placement

djdyll
Place manual trades on Polymarket by telling your agent what to bet on. Supports FAK (instant fill at market) and GTC (l
★ 0 📥 892