No description
Find a file
2025-03-24 11:53:50 +00:00
go.mod Spew slop commit 2025-03-24 11:43:17 +00:00
LICENSE.txt Spew slop commit 2025-03-24 11:43:17 +00:00
main.go Update main.go 2025-03-24 11:53:50 +00:00
main_test.go Spew slop commit 2025-03-24 11:43:17 +00:00
README.md Update README.md 2025-03-24 11:48:11 +00:00
slack-topic-screenshot.png Spew slop commit 2025-03-24 11:43:17 +00:00

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-sonnet with 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.

F1 Slack Topic Screenshot

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