{"id":34198053,"url":"https://github.com/dns-gh/t411-client","last_synced_at":"2026-03-13T19:02:48.935Z","repository":{"id":79220500,"uuid":"75739694","full_name":"dns-gh/t411-client","owner":"dns-gh","description":"t411-client is a Go web client for the t411 website API","archived":false,"fork":false,"pushed_at":"2017-06-03T06:11:00.000Z","size":41,"stargazers_count":1,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-18T20:00:15.329Z","etag":null,"topics":["client","t411","t411-api","torrent","tracker"],"latest_commit_sha":null,"homepage":null,"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-06T14:36:24.000Z","updated_at":"2016-12-09T13:24:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"19de863c-f977-4bb4-9085-1084bad5fa74","html_url":"https://github.com/dns-gh/t411-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dns-gh/t411-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-gh%2Ft411-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-gh%2Ft411-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-gh%2Ft411-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-gh%2Ft411-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dns-gh","download_url":"https://codeload.github.com/dns-gh/t411-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-gh%2Ft411-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30472986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T17:15:31.527Z","status":"ssl_error","status_checked_at":"2026-03-13T17:15:22.394Z","response_time":60,"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":["client","t411","t411-api","torrent","tracker"],"created_at":"2025-12-15T17:59:50.055Z","updated_at":"2026-03-13T19:02:48.927Z","avatar_url":"https://github.com/dns-gh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# t411-client\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/dns-gh/t411-client)](https://goreportcard.com/report/github.com/dns-gh/t411-client)\n\n[![GoDoc](https://godoc.org/github.com/dns-gh/t411-client/t411client?status.png)]\n(https://godoc.org/github.com/dns-gh/t411-client/t411client)\n\nt411-client is a Go web client for the t411 website API: https://api.t411.al/ (watch out for the domain name that can change over time)\n\n## Motivation\n\nUsed in https://github.com/dns-gh/torrents-bot\n\nFeel free to join my efforts!\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/t411-client/...\n@working_dir $ go install github.com/dns-gh/t411-client/t411client\n```\n\n## Example\n\nTODO\n\n## Tests\n\nFor example:\n```\n@working_dir $ export T411_USERNAME=your_username \u0026\u0026 export T411_PASSWORD=your_password \u0026\u0026 go test ...t411client -gocheck.vv -test.v -gocheck.f Test\n=== RUN   Test\nSTART: categories_test.go:23: MySuite.TestCategoriesTree\none category with no id found\nPASS: categories_test.go:23: MySuite.TestCategoriesTree 0.336s\n\nSTART: torrents_test.go:147: MySuite.TestDownloadTorrentByID\nPASS: torrents_test.go:147: MySuite.TestDownloadTorrentByID     1.102s\n\nSTART: torrents_test.go:165: MySuite.TestDownloadTorrentByTerms\nPASS: torrents_test.go:165: MySuite.TestDownloadTorrentByTerms  0.925s\n\nSTART: torrents_test.go:14: MySuite.TestMakeURL\nPASS: torrents_test.go:14: MySuite.TestMakeURL  0.000s\n\nSTART: t411client_test.go:27: MySuite.TestNewT411\nPASS: t411client_test.go:27: MySuite.TestNewT411        0.803s\n\nSTART: torrents_test.go:94: MySuite.TestSearchAllTorrents\nPASS: torrents_test.go:94: MySuite.TestSearchAllTorrents        0.887s\n\nSTART: torrents_test.go:63: MySuite.TestSearchTorrentsByTerms\nPASS: torrents_test.go:63: MySuite.TestSearchTorrentsByTerms    2.809s\n\nSTART: torrents_test.go:105: MySuite.TestSearchTorrentsByTermsComplete\nPASS: torrents_test.go:105: MySuite.TestSearchTorrentsByTermsComplete   0.727s\n\nSTART: torrents_test.go:130: MySuite.TestSearchTorrentsSortingBySeeders\nPASS: torrents_test.go:130: MySuite.TestSearchTorrentsSortingBySeeders  0.469s\n\nSTART: terms_test.go:24: MySuite.TestTermsTree\nPASS: terms_test.go:24: MySuite.TestTermsTree   0.278s\n\nSTART: torrents_test.go:179: MySuite.TestTorrentsDetails\nPASS: torrents_test.go:179: MySuite.TestTorrentsDetails 1.007s\n\nSTART: users_test.go:7: MySuite.TestUsersProfile\nPASS: users_test.go:7: MySuite.TestUsersProfile 1.280s\n\nOK: 12 passed\n--- PASS: Test (10.65s)\nPASS\nok      github.com/dns-gh/t411-client/t411client        10.897s\n```\n\n## LICENSE\n\nSee included LICENSE file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdns-gh%2Ft411-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdns-gh%2Ft411-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdns-gh%2Ft411-client/lists"}