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

https://github.com/danielcuthbert/grugq-says

The wisdom that @thegrugq says enriched with AI
https://github.com/danielcuthbert/grugq-says

Last synced: over 1 year ago
JSON representation

The wisdom that @thegrugq says enriched with AI

Awesome Lists containing this project

README

          

![](img/thegrugq.jpg)

The Grugq, an OPSEC master, epic security mind and also close friend who often comes up with the best quotes. Quotes I often find myself using on a weekly basis.

In light of the above, I felt it was time to make a tool to grab one of his many quotes and present them to me when I need them for [talks/emails/socials/whateva], and what better time to keep on learning Go than this?

Oh and AI. You always need AI

### How to run

First, make sure you have your OpenAI key set as an export, like:

```
export OPEN_API_KEY="b2ggeW91IGxpa2UgdG8gd2F0Y2ggaHVoPyBjb29sIGNvb2wg"
```

Then, if you have Go installed, it's as simple as:

```
go run main.go
```

and it should present something like this

![](img/what.png)

### How to build

Windows

```
GOOS=windows GOARCH=amd64 go build -o bin/grugq-says.exe main.go
```

macOS

```
GOOS=darwin GOARCH=arm64 go build -o grugq-says main.go
```
Linux

```
GOOS=linux GOARCH=386 go build -o grugq-says main.go
```

Precompiled builds are to be found in the builds directory. Obviously you should fully reverse engineer these before you run them, but the shah-3-256 checksums are available too if you so wish to validate.

### Updates

I do need to make the quotes.go file work better, so that's on the TODO

### Software Bill of Materials

For those who like this, and you kinda should, I've included a CycloneDX BOM in the root of the project

![](img/sbom.png)