← 返回
效率工具 Key 中文

Upcoming Concerts

Search for upcoming concerts and live music events by city, country, artist, or genre using the Ticketmaster Discovery API. Use when the user asks about upco...
使用 Ticketmaster Discovery API 按城市、国家、艺术家或流派搜索即将举办的演唱会和现场音乐活动,适用于用户询问即将...
patfitzner
效率工具 clawhub v1.0.0 1 版本 99810.2 Key: 需要
★ 0
Stars
📥 526
下载
💾 4
安装
1
版本
#latest

概述

Upcoming Events

Search for upcoming concerts and live music events worldwide via the Ticketmaster Discovery API.

Usage

python3 {baseDir}/events.py --city "Valencia" --country ES

Command Options

  • --city (optional): City name (e.g. "Valencia", "Berlin", "New York")
  • --country (optional): ISO 3166-1 alpha-2 country code (e.g. ES, DE, US, GB)
  • --artist (optional): Filter by artist/keyword in event name
  • --genre (optional): Genre filter (e.g. "Metal", "Rock", "Jazz", "Pop")
  • --from (optional): Start date in YYYY-MM-DD format (default: today)
  • --to (optional): End date in YYYY-MM-DD format (default: 1 year from today)
  • --size (optional): Max number of results (default: 50, max: 200)

Examples

# All upcoming concerts in Valencia, Spain
python3 {baseDir}/events.py --city "Valencia" --country ES

# Metal shows in Germany
python3 {baseDir}/events.py --country DE --genre "Metal"

# Specific artist events worldwide
python3 {baseDir}/events.py --artist "Metallica"

# Rock concerts in London this summer
python3 {baseDir}/events.py --city "London" --country GB --genre "Rock" --from 2026-06-01 --to 2026-08-31

Output

The script prints a JSON array to stdout. Each entry contains:

  • date: Event date (YYYY-MM-DD)
  • name: Event name
  • artists: List of performing artist names
  • venue: Venue name
  • city: City name
  • country: Country code
  • genre: Genre/subgenre if available
  • url: Ticketmaster event URL

Present the results to the user as a readable table sorted by date.

Setup

The user needs a free Ticketmaster API key:

  1. Sign up at https://developer.ticketmaster.com/
  2. Copy the Consumer Key from the dashboard
  3. Set it: export TICKETMASTER_API_KEY="your_key_here"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 20:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,639
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,285
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,835