{"id":20906026,"url":"https://github.com/telanflow/cookiejar","last_synced_at":"2026-03-13T20:02:42.401Z","repository":{"id":57531620,"uuid":"125865064","full_name":"telanflow/cookiejar","owner":"telanflow","description":"A cookiejar drive with Go (Netscape HTTP cookie file)","archived":false,"fork":false,"pushed_at":"2019-07-19T06:20:47.000Z","size":19,"stargazers_count":5,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T18:50:12.968Z","etag":null,"topics":["cookie-drive","cookie-file","cookiejar","cookiejar-file","drive","go","netscape-cookies"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/telanflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-19T13:50:19.000Z","updated_at":"2025-02-20T18:49:41.000Z","dependencies_parsed_at":"2022-09-11T01:00:47.466Z","dependency_job_id":null,"html_url":"https://github.com/telanflow/cookiejar","commit_stats":null,"previous_names":["ziiber/cookiejar"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telanflow%2Fcookiejar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telanflow%2Fcookiejar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telanflow%2Fcookiejar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telanflow%2Fcookiejar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/telanflow","download_url":"https://codeload.github.com/telanflow/cookiejar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253883000,"owners_count":21978586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cookie-drive","cookie-file","cookiejar","cookiejar-file","drive","go","netscape-cookies"],"created_at":"2024-11-18T13:28:40.656Z","updated_at":"2026-03-13T20:02:37.378Z","avatar_url":"https://github.com/telanflow.png","language":"Go","readme":"## CookieJar\nA cookiejar drive with Go.\n\n[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)\n[![LICENSE](https://img.shields.io/badge/license-NPL%20(The%20996%20Prohibited%20License)-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"net/http\"\n\t\"io/ioutil\"\n\t\"github.com/telanflow/cookiejar\"\n)\n\nfunc main() {\n\n\t// Netscape HTTP Cookie File\n\tjar, _ = cookiejar.NewFileJar(\"cookie.txt\", nil)\n\n\tclient := \u0026http.Client{\n\t\tJar: jar,\n\t}\n\n\treq, _ := http.NewRequest(http.MethodGet, \"https://telan.me\", nil)\n\tresp, err := client.Do(req)\n\tif err != nil {\n\t\tfmt.Println(err.Error())\n\t\treturn\n\t}\n\tdefer resp.Body.Close()\n\n\tc, _ := ioutil.ReadAll(resp.Body)\n\tfmt.Println(string(c))\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelanflow%2Fcookiejar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelanflow%2Fcookiejar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelanflow%2Fcookiejar/lists"}