{"id":38304900,"url":"https://github.com/obowersa/wfwiki","last_synced_at":"2026-01-17T02:26:31.103Z","repository":{"id":70504079,"uuid":"266458970","full_name":"obowersa/wfwiki","owner":"obowersa","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-22T03:31:14.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T12:39:56.311Z","etag":null,"topics":["fandom-wiki","warframe"],"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/obowersa.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":"2020-05-24T02:57:20.000Z","updated_at":"2020-06-22T03:31:17.000Z","dependencies_parsed_at":"2023-03-08T09:45:25.315Z","dependency_job_id":null,"html_url":"https://github.com/obowersa/wfwiki","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/obowersa/wfwiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obowersa%2Fwfwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obowersa%2Fwfwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obowersa%2Fwfwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obowersa%2Fwfwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obowersa","download_url":"https://codeload.github.com/obowersa/wfwiki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obowersa%2Fwfwiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"online","status_checked_at":"2026-01-17T02:00:07.808Z","response_time":85,"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":["fandom-wiki","warframe"],"created_at":"2026-01-17T02:26:30.488Z","updated_at":"2026-01-17T02:26:31.096Z","avatar_url":"https://github.com/obowersa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Warframe Wiki Module Query\n[![Go Report Card](https://goreportcard.com/badge/github.com/obowersa/wfwiki)](https://goreportcard.com/report/github.com/obowersa/wfwiki)\n\n## Summary\nwfwiki is a go library for retrieving Warframe Fandom Wiki module  as structs\n\n## Details\nwfwiki is heavily inspired by [Snekw's work](https://wf.snekw.com/)\n\nBehind the scenes, wfwiki uses a rate limited http request (1 tick per second) to call the Fandom Wiki's API. The JSON\nis then parsed through an embeded lua VM to generate a JSON string for the data table, and unmarshall's this into a struct.\n\nCurrent tables which are supported:\n- Weapons\n- Warframes\n- Modules\n\n## TODO\n- [ ] Improve testing and test coverage\n- [ ] Implement CICD on Tekton\n- [ ] Support for data tables which have name collisions in the same object. Currently duplicate names like SecondaryAttack for a weapon will get dropped\n- [ ] Implement simple cache with checking of hash\n- [ ] Implement lua worker pool\n- [ ] Move GetStats outside of package. Currently it is used for  a temporary test client\n- [ ] Create examples folder\n\n## Example\n```go\npackage main\nimport \"github.com/obowersa/wfwiki/pkg/wfwiki\"\n\nfunc main (){\n\twf := wfwiki.NewWFWiki()\n\twf.GetStats(\"warframe\",\"Ash\")\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobowersa%2Fwfwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobowersa%2Fwfwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobowersa%2Fwfwiki/lists"}