{"id":23140879,"url":"https://github.com/f0cii/talib","last_synced_at":"2025-08-17T13:31:36.586Z","repository":{"id":54608680,"uuid":"41658958","full_name":"f0cii/talib","owner":"f0cii","description":"A Golang wrapper for TA-LIB","archived":false,"fork":false,"pushed_at":"2021-02-13T03:17:30.000Z","size":9108,"stargazers_count":34,"open_issues_count":0,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-14T22:58:54.306Z","etag":null,"topics":["golang-wrapper","linux","ta-lib","windows"],"latest_commit_sha":null,"homepage":null,"language":"C","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/f0cii.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":"2015-08-31T06:12:38.000Z","updated_at":"2025-02-22T20:42:32.000Z","dependencies_parsed_at":"2022-08-13T21:20:38.288Z","dependency_job_id":null,"html_url":"https://github.com/f0cii/talib","commit_stats":null,"previous_names":["lroc/talib","f0cii/talib","frankrap/talib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/f0cii/talib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f0cii%2Ftalib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f0cii%2Ftalib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f0cii%2Ftalib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f0cii%2Ftalib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f0cii","download_url":"https://codeload.github.com/f0cii/talib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f0cii%2Ftalib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270524619,"owners_count":24600207,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang-wrapper","linux","ta-lib","windows"],"created_at":"2024-12-17T14:11:54.139Z","updated_at":"2025-08-17T13:31:34.121Z","avatar_url":"https://github.com/f0cii.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# talib\nA Golang wrapper for TA-LIB (Windows x64 \u0026 Linux)\n\n## Example\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"math\"\n\n\t\"github.com/frankrap/talib\"\n)\n\nfunc main() {\n\tfmt.Println(talib.Sin([]float64{0, math.Pi / 2}))\n\t// =\u003e [0 1]\n}\n```\n\n##### Windows\n## Build \"talib.dll\" use VS2013\nOpen ta-lib\\c\\ide\\vs2013\\dll_proj\\talib.sln and Build. That's All.\n\n##### Linux\n\nInstall from your package manager or install from source.\n\nOn Arch Linux `ta-lib` is available from the AUR.\n\nTo compile first download [ta-lib-0.4.0-src.tar.gz](http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz) and:\n```\n$ wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz\n$ tar -xzf ta-lib-0.4.0-src.tar.gz\n$ cd ta-lib\n$ ./configure --prefix=/usr LDFLAGS=\"-lm\"\n$ make\n$ sudo make install\n```\n\n\u003e If you build ``TA-Lib`` using ``make -jX`` it will fail but that's OK!\n\u003e Simply rerun ``make -jX`` followed by ``[sudo] make install``.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff0cii%2Ftalib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff0cii%2Ftalib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff0cii%2Ftalib/lists"}