https://github.com/nikhita/github-subscribed
Generate a list of subscribed threads in organizations you are a member of :boom:
https://github.com/nikhita/github-subscribed
github golang subscription
Last synced: 5 months ago
JSON representation
Generate a list of subscribed threads in organizations you are a member of :boom:
- Host: GitHub
- URL: https://github.com/nikhita/github-subscribed
- Owner: nikhita
- License: mit
- Created: 2017-11-04T11:29:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T21:38:53.000Z (over 6 years ago)
- Last Synced: 2025-01-11T04:19:29.207Z (6 months ago)
- Topics: github, golang, subscription
- Language: Go
- Homepage:
- Size: 1.96 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-subscribed
github-subscribed is a tool to list all threads (issues and pull requests) you are subscribed to.
Please note that the subscribed threads will only be generated for repositories in organizations
you are a member of.The output will be in the markdown format. You can copy-paste it into a markdown file or a gist for easy reading.
## Installation
**Prerequisites**: Go version 1.7 or greater.
1. Get the code
```
$ go get github.com/nikhita/github-subscribed
```2. Build
```
$ cd $GOPATH/src/github.com/nikhita/github-subscribed
$ go install
```## Usage
To authenticate, you will need a Github API token. You can find more details about generating an API token [here](https://github.com/blog/1509-personal-api-tokens).
```
github-subscribed : v0.1.0USAGE:
github-subscribed -token= -repo=
-repo string
(optional) Search threads belonging to a particular repo.
You must be a member of the organization which owns the repo.
-token string
Mandatory GitHub API token
-v (shorthand) Print version and exit
-version
Print version and exit
```## License
github-contrib is licensed under the [MIT License](/LICENSE).