- Go 100%
| go.mod | ||
| LICENSE.txt | ||
| main.go | ||
| main_test.go | ||
| README.md | ||
| slack-topic-screenshot.png | ||
just-vibes-f1-slack-topic
A script that generates a Slack-compatible F1 topic based on current F1 calendar and championship results.
Warning
This codebase is almost entirely AI generated
This was a "vibe coding" experiment using
claude-3.7-sonnetwith thinking, and is definitely full of garbage. It also took me longer to vibe this than it did to read the API docs and just write it. It should NOT be used as a reference and I have licensed it as such because nobody should legally be allowed to adapt this code.
It might actually work though...? Feel free to try using the tool. No guarantees.
Vibed readme contents
Vibed readme contents
Usage
Installation
go install github.com/bbrks/just-vibes-f1-slack-topic@latest
Command Line Options
just-vibes-f1-slack-topic [options]
Available options:
| Flag | Description |
|---|---|
-detailed |
Show detailed output with full race and standings information (default) |
-slack |
Format output as a compact Slack topic that fits within character limits |
-quiet |
Suppress log messages |
Examples
Show detailed F1 information:
just-vibes-f1-slack-topic
Generate a Slack-friendly topic:
just-vibes-f1-slack-topic -slack
Generate a Slack topic with no logging:
just-vibes-f1-slack-topic -slack -quiet
LICENSE CC BY-NC-ND 4.0
Note
This means you're probably not legally allowed to do what you want! This is by design. See the warning.
This work is licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International
