← 返回
效率工具 中文

Upcoming Metal Concerts

Collect upcoming metal concerts and festivals by country using concerts-metal.com. Use when the user asks about upcoming metal shows, gigs, or festivals.
通过concerts-metal.com收集各国即将举办的金属音乐会和音乐节信息。用于用户询问金属演出、音乐会或音乐节时使用。
patfitzner
效率工具 clawhub v1.1.0 2 版本 99820.8 Key: 无需
★ 0
Stars
📥 557
下载
💾 8
安装
2
版本
#latest

概述

Upcoming Metal Concerts

Collect upcoming metal concerts and festivals worldwide via concerts-metal.com.

First run

On first run, skill-config.json is created with default settings. The default country is Spain (ES). Tell the user this and ask them which country they'd like to use. To see all supported country codes, run:

python3 {baseDir}/scripts/events.py --list-countries

Then update country in {baseDir}/skill-config.json to the user's chosen code before collecting.

Usage

Run the collector to scrape and accumulate concert data into data/concerts.json:

python3 {baseDir}/scripts/events.py

The --country flag overrides the config for a single run without changing it:

python3 {baseDir}/scripts/events.py --country DE

Re-running merges new concerts without duplicates and flags previously-seen future concerts that disappear from the source as potentially cancelled. Each record contains date, artists, venue, city, url, discovered_at, and status ("active" or "cancelled").

Changing settings

All settings live in {baseDir}/skill-config.json:

{
  "country": "ES",
  "concert_days": 200
}
KeyWhat it doesHow to change
---------------------------------
countryISO country code to scrape.Set to any code from --list-countries (e.g. "DE", "US", "GB").
concert_daysHow many days ahead to look for concerts.Set to any positive integer (e.g. 90 for ~3 months, 365 for a year).

When the user asks to change their country or lookahead window, edit the relevant key in {baseDir}/skill-config.json directly.

Data files

All data lives in data/ (gitignored):

  • concerts.json — accumulated concert records

Notes

  • No API key required. Data is sourced from concerts-metal.com broadcast pages.
  • Coverage is excellent for metal, punk, hardcore, and adjacent genres across 50+ countries.

版本历史

共 2 个版本

  • v1.1.0 当前
    2026-03-29 20:19 安全 安全
  • v1.0.0
    2026-03-11 16:41

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

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

Word / DOCX

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

Nano Pdf

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