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)
- Host: GitHub
- URL: https://github.com/srt32/github-team-posts-search
- Owner: srt32
- Created: 2022-04-06T20:20:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T20:39:58.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T06:43:57.075Z (10 months ago)
- Topics: github, golang
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.