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

https://github.com/srt32/github-team-posts-search

Search for GitHub team posts (discussions)
https://github.com/srt32/github-team-posts-search

github golang

Last synced: 10 months ago
JSON representation

Search for GitHub team posts (discussions)

Awesome Lists containing this project

README

          

# go CLI to search GitHub Team Posts (Discussions)

## Motivation

Want to search for content in GitHub team posts? Use this CLI.

## Usage:

Get a PAT with access to read team discussions.

Then run:

```
GITHUB_TOKEN= go run main.go -org=github -team=engineering -query=mysql
```

## Limitations

* The CLI looks at only the most recent 100 team posts.
* The query is checked directly against the content doing an exact string match.

## Notes

Written mainly with copilot.