https://github.com/bbrks/just-vibes-f1-slack-topic
A _vibe coded_ Slack topic generator that pulls current F1 calendar and standings from an API
https://github.com/bbrks/just-vibes-f1-slack-topic
f1 formula1 slack slop vibe-coding
Last synced: 7 months ago
JSON representation
A _vibe coded_ Slack topic generator that pulls current F1 calendar and standings from an API
- Host: GitHub
- URL: https://github.com/bbrks/just-vibes-f1-slack-topic
- Owner: bbrks
- License: other
- Created: 2025-03-24T11:14:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T11:53:50.000Z (8 months ago)
- Last Synced: 2025-03-24T12:40:39.379Z (8 months ago)
- Topics: f1, formula1, slack, slop, vibe-coding
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](#license) 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
```bash
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:
```bash
just-vibes-f1-slack-topic
```
Generate a Slack-friendly topic:
```bash
just-vibes-f1-slack-topic -slack
```
Generate a Slack topic with no logging:
```bash
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


