https://github.com/code-hex/go-github-token
Very easy to get github access token library written in Go
https://github.com/code-hex/go-github-token
Last synced: 5 months ago
JSON representation
Very easy to get github access token library written in Go
- Host: GitHub
- URL: https://github.com/code-hex/go-github-token
- Owner: Code-Hex
- License: mit
- Created: 2016-12-31T14:45:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T04:19:20.000Z (almost 9 years ago)
- Last Synced: 2025-02-05T14:39:25.435Z (10 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-github-token
[](https://godoc.org/github.com/Code-Hex/go-github-token) [](https://goreportcard.com/report/github.com/Code-Hex/go-github-token)
Very easy to get github access token library written in Go.
This is a library that can get github personal access token by entering github's username and password (also two factor code).
# Install
go get -u "github.com/Code-Hex/go-github-token"
# Synopsis
See https://github.com/Code-Hex/go-github-token/blob/master/cmd/tkn/main.go
# Author
[codehex](https://twitter.com/CodeHex)