{"id":34927785,"url":"https://github.com/dns-gh/bs-client","last_synced_at":"2026-05-23T11:03:42.640Z","repository":{"id":57519144,"uuid":"75167993","full_name":"dns-gh/bs-client","owner":"dns-gh","description":"bs-client is a Go web client for the betaseries website API","archived":false,"fork":false,"pushed_at":"2017-04-13T21:54:19.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T17:32:01.906Z","etag":null,"topics":["betaseries","betaseries-api","client","tv-shows"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dns-gh.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":"2016-11-30T08:42:20.000Z","updated_at":"2016-12-06T14:36:41.000Z","dependencies_parsed_at":"2022-09-06T03:42:42.481Z","dependency_job_id":null,"html_url":"https://github.com/dns-gh/bs-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dns-gh/bs-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-gh%2Fbs-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-gh%2Fbs-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-gh%2Fbs-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-gh%2Fbs-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dns-gh","download_url":"https://codeload.github.com/dns-gh/bs-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-gh%2Fbs-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33392816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["betaseries","betaseries-api","client","tv-shows"],"created_at":"2025-12-26T14:59:19.935Z","updated_at":"2026-05-23T11:03:42.625Z","avatar_url":"https://github.com/dns-gh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bs-client\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/dns-gh/bs-client)](https://goreportcard.com/report/github.com/dns-gh/bs-client)\n\n[![GoDoc](https://godoc.org/github.com/dns-gh/bs-client/bsclient?status.png)]\n(https://godoc.org/github.com/dns-gh/bs-client/bsclient)\n\nbs-client is a web client for the betaseries website API\n\n## Motivation\n\nUsed in the Betaseries Twitter Bot project: https://github.com/dns-gh/bsbot\n\n## Installation\n\n- It requires Go language of course. You can set it up by downloading it here: https://golang.org/dl/\n- Install it here C:/Go.\n- Set your GOPATH, GOROOT and PATH environment variables:\n\n```\nexport GOROOT=C:/Go\nexport GOPATH=WORKING_DIR\nexport PATH=C:/Go/bin:${PATH}\n```\n\n- Download and install the package:\n\n```\n@working_dir $ go get github.com/dns-gh/bs-client/...\n@working_dir $ go install github.com/dns-gh/bs-client/bsclient\n```\n\n## Example\n\nSee the https://github.com/dns-gh/bsbot\n\n## Tests\n\nExample of a test launch:\n```\n$ export BS_API_KEY=YOUR_BETASERIES_KEY \u0026\u0026 go test ...bsclient -gocheck.vv -test.v -gocheck.f Test\n=== RUN   Test\nSTART: episodes_test.go:37: MySuite.TestEpisodesDownloaded\nPASS: episodes_test.go:37: MySuite.TestEpisodesDownloaded       0.951s\n\nSTART: episodes_test.go:14: MySuite.TestEpisodesList\nPASS: episodes_test.go:14: MySuite.TestEpisodesList     0.731s\n\nSTART: episodes_test.go:57: MySuite.TestEpisodesWatched\nPASS: episodes_test.go:57: MySuite.TestEpisodesWatched  0.752s\n\nSTART: bsclient_test.go:17: MySuite.TestNewBS\nPASS: bsclient_test.go:17: MySuite.TestNewBS    0.000s\n\nSTART: bsclient_test.go:50: MySuite.TestNewBSGetToken\nPASS: bsclient_test.go:50: MySuite.TestNewBSGetToken    0.001s\n\nSTART: bsclient_test.go:40: MySuite.TestNewBSGetTokenWithAPIKey\nPASS: bsclient_test.go:40: MySuite.TestNewBSGetTokenWithAPIKey  0.146s\n\nSTART: bsclient_test.go:28: MySuite.TestNewBSGetTokenWithoutAPIKey\nPASS: bsclient_test.go:28: MySuite.TestNewBSGetTokenWithoutAPIKey       0.077s\n\nSTART: news_test.go:10: MySuite.TestNewsLast\nPASS: news_test.go:10: MySuite.TestNewsLast     0.095s\n\nSTART: pictures_test.go:9: MySuite.TestPicturesShows\nPASS: pictures_test.go:9: MySuite.TestPicturesShows     0.271s\n\nSTART: planning_test.go:24: MySuite.TestPlanningGeneral\nPASS: planning_test.go:24: MySuite.TestPlanningGeneral  0.433s\n\nSTART: planning_test.go:40: MySuite.TestPlanningIncoming\nPASS: planning_test.go:40: MySuite.TestPlanningIncoming 0.140s\n\nSTART: planning_test.go:53: MySuite.TestPlanningMember\nPASS: planning_test.go:53: MySuite.TestPlanningMember   0.211s\n\nSTART: planning_test.go:90: MySuite.TestPlanningMemberWithCredentials\nPASS: planning_test.go:90: MySuite.TestPlanningMemberWithCredentials    0.359s\n\nSTART: shows_test.go:57: MySuite.TestShowsCharacters\nPASS: shows_test.go:57: MySuite.TestShowsCharacters     0.193s\n\nSTART: shows_test.go:75: MySuite.TestShowsList\nPASS: shows_test.go:75: MySuite.TestShowsList   0.286s\n\nSTART: shows_test.go:38: MySuite.TestShowsRandom\nPASS: shows_test.go:38: MySuite.TestShowsRandom 0.209s\n\nSTART: shows_test.go:21: MySuite.TestShowsSearch\nPASS: shows_test.go:21: MySuite.TestShowsSearch 0.202s\n\nSTART: shows_test.go:109: MySuite.TestShowsUpdate\nPASS: shows_test.go:109: MySuite.TestShowsUpdate        0.604s\n\nSTART: shows_test.go:135: MySuite.TestShowsVideos\nPASS: shows_test.go:135: MySuite.TestShowsVideos        0.131s\n\nOK: 19 passed\n--- PASS: Test (5.85s)\nPASS\nok      github.com/dns-gh/bs-client/bsclient    6.018s\n```\n\n## LICENSE\n\nSee included LICENSE file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdns-gh%2Fbs-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdns-gh%2Fbs-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdns-gh%2Fbs-client/lists"}