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

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

Awesome Lists containing this project

README

          

# go-github-token
[![GoDoc](https://godoc.org/github.com/Code-Hex/go-github-token?status.svg)](https://godoc.org/github.com/Code-Hex/go-github-token) [![Go Report Card](https://goreportcard.com/badge/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)