Skip to content

onyas/go-browsercookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-browsercookie

Install

go get -u github.com/onyas/go-browsercookie

Usage


package main

import (
	"github.com/onyas/go-browsercookie"
	"log"
)

func main() {
	cookieJar, error := browsercookie.Chrome("https://google.com")
	if error != nil {
		log.Fatal(error)
	}

	log.Println(cookieJar)
}

Thanks/references

It's a Wrapper for zellyn/kooky, all the glory should belongs to @zellyn

About

🍪 Port python browsercookie to golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages