{"id":36496017,"url":"https://github.com/panicpanicpanic/filament","last_synced_at":"2026-01-12T02:03:53.279Z","repository":{"id":45185430,"uuid":"153971454","full_name":"panicpanicpanic/filament","owner":"panicpanicpanic","description":"An unofficial library for the LIFX HTTP API written in Go 💡","archived":false,"fork":false,"pushed_at":"2024-12-27T04:58:11.000Z","size":39,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T05:25:06.103Z","etag":null,"topics":["golang","iot","lifx"],"latest_commit_sha":null,"homepage":"https://www.lifx.com","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/panicpanicpanic.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-10-21T03:55:07.000Z","updated_at":"2023-10-06T01:04:25.000Z","dependencies_parsed_at":"2022-09-02T06:53:03.898Z","dependency_job_id":null,"html_url":"https://github.com/panicpanicpanic/filament","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/panicpanicpanic/filament","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panicpanicpanic%2Ffilament","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panicpanicpanic%2Ffilament/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panicpanicpanic%2Ffilament/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panicpanicpanic%2Ffilament/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panicpanicpanic","download_url":"https://codeload.github.com/panicpanicpanic/filament/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panicpanicpanic%2Ffilament/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"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","iot","lifx"],"created_at":"2026-01-12T02:01:15.600Z","updated_at":"2026-01-12T02:03:53.268Z","avatar_url":"https://github.com/panicpanicpanic.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Filament [![Go Report Card](https://goreportcard.com/badge/github.com/panicpanicpanic/filament)](https://goreportcard.com/report/github.com/panicpanicpanic/filament)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://media.giphy.com/media/3o6Ztm25ikO467NGOk/giphy.gif\"\u003e\n\u003c/p\u003e\n\nFilament is an unofficial Go wrapper for [LIFX's HTTP API](https://api.developer.lifx.com/docs).\n\n## Build Status\n| branch | status |\n| --- | --- |\n| `develop` | [![CircleCI](https://circleci.com/gh/panicpanicpanic/filament/tree/develop.svg?style=svg)](https://circleci.com/gh/panicpanicpanic/filament) |\n| `master` | [![CircleCI](https://circleci.com/gh/panicpanicpanic/filament/tree/master.svg?style=svg)](https://circleci.com/gh/panicpanicpanic/filament) |\n\n\n## Installation\n\n```sh\n$ go get github.com/panicpanicpanic/filament\n```\n\n## How To Use\n\n### Authentication\nIn order to access your LIFX devices, you must first have a valid access token. You can visit the [LIFX Cloud page](https://cloud.lifx.com/settings) to set one up:\n![](https://files.readme.io/Uw1PRNPoQ7nFUYDuT6oA_GetLIFXToken.gif)\n\n### Using your LIFX Access Token in Filament\nOnce you have an access token, you use Filament like this:\n```\nimport(\n    \"github.com/panicpanicpanic/filament\"\n    \"github.com/panicpanicpanic/filament/lifx\"\n)\n\nclient := lifx.Client{\n        AccessToken: \"someRandomToken\"\n    }\n\n_, err := filament.SomeMethod(\u0026client)\nif err != nil {\n    fmt.Println(\"handle your error\")\n}\n```\n\n# Available Methods\nAll methods are available in this [godoc](https://godoc.org/github.com/panicpanicpanic/filament)!\n\n## Contributing\nWant to contribute? Just fork the repo, make a feature/bug PR and send it over! Just make sure your tests are passing :)\n\nLicense\n----\n\nMIT\n\n\n**I'm not affiliated with LIFX, but they are fucking awesome, so you should buy their 💡!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanicpanicpanic%2Ffilament","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanicpanicpanic%2Ffilament","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanicpanicpanic%2Ffilament/lists"}