An open API service indexing awesome lists of open source software.

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

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.

![F1 Slack Topic Screenshot](slack-topic-screenshot.png)

# 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