{"id":16391522,"url":"https://github.com/rclement/cozy-konnector-thomann","last_synced_at":"2025-09-03T23:36:32.268Z","repository":{"id":82415248,"uuid":"169077804","full_name":"rclement/cozy-konnector-thomann","owner":"rclement","description":"Cozy konnector to fetch bills from Thomann","archived":false,"fork":false,"pushed_at":"2019-02-07T13:24:54.000Z","size":161,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T20:31:44.321Z","etag":null,"topics":["cozy","konnector","thomann"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rclement.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-04T12:51:41.000Z","updated_at":"2019-02-07T13:24:55.000Z","dependencies_parsed_at":"2023-06-15T14:00:38.508Z","dependency_job_id":null,"html_url":"https://github.com/rclement/cozy-konnector-thomann","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rclement/cozy-konnector-thomann","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Fcozy-konnector-thomann","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Fcozy-konnector-thomann/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Fcozy-konnector-thomann/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Fcozy-konnector-thomann/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rclement","download_url":"https://codeload.github.com/rclement/cozy-konnector-thomann/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclement%2Fcozy-konnector-thomann/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273528731,"owners_count":25121820,"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-09-03T02:00:09.631Z","response_time":76,"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":["cozy","konnector","thomann"],"created_at":"2024-10-11T04:46:31.426Z","updated_at":"2025-09-03T23:36:32.260Z","avatar_url":"https://github.com/rclement.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[Cozy][cozy] Thomann Cozy Connector\n=======================================\n\nWhat's Cozy?\n------------\n\n![Cozy Logo](https://cdn.rawgit.com/cozy/cozy-guidelines/master/templates/cozy_logo_small.svg)\n\n[Cozy] is a personal data platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.\n\nWhat is this konnector about ?\n------------------------------\n\nThis konnector retrieves your bills from Thomann.\n\n### Open a Pull-Request\n\nIf you want to work on this konnector and submit code modifications, feel free to open pull-requests!\n\u003c/br\u003eSee :\n* the [contributing guide][contribute] for more information about how to properly open pull-requests.\n* the [konnectors development guide](https://docs.cozy.io/en/dev/konnector/)\n\n### Run and test\n\nCreate a `konnector-dev-config.json` file at the root with your test credentials :\n\n```javascript\n{\n  \"COZY_URL\": \"http://cozy.tools:8080\",\n  \"fields\": {\n    \"login\": \"zuck.m@rk.fb\",\n    \"password\": \"123456\"\n  }\n}\n```\nThen :\n\n```sh\nyarn\nyarn standalone\n```\nFor running the konnector connected to a Cozy server and more details see [konnectors documentation](https://docs.cozy.io/en/dev/konnector/)\n\n### Cozy-konnector-libs\n\nThis connector uses [cozy-konnector-libs](https://github.com/cozy/cozy-konnector-libs). It brings a bunch of helpers to interact with the Cozy server and to fetch data from an online service.\n\n### Maintainer\n\nThe lead maintainers for this konnector is Romain Clement\n\n\n### Get in touch\n\nYou can reach the Cozy Community by:\n\n- [konnectors documentation](https://docs.cozy.io/en/dev/konnector/)\n- Chatting with us on IRC [#cozycloud on Freenode][freenode]\n- Posting on our [Forum]\n- Posting issues on the [Github repos][github]\n- Say Hi! on [Twitter]\n\n\nLicense\n-------\n\ncozy-konnector-thomann is developed by Romain Clement and distributed under the [AGPL v3 license][agpl-3.0].\n\n[cozy]: https://cozy.io \"Cozy Cloud\"\n[agpl-3.0]: https://www.gnu.org/licenses/agpl-3.0.html\n[freenode]: http://webchat.freenode.net/?randomnick=1\u0026channels=%23cozycloud\u0026uio=d4\n[forum]: https://forum.cozy.io/\n[github]: https://github.com/cozy/\n[nodejs]: https://nodejs.org/\n[standard]: https://standardjs.com\n[twitter]: https://twitter.com/mycozycloud\n[webpack]: https://webpack.js.org\n[yarn]: https://yarnpkg.com\n[travis]: https://travis-ci.org\n[contribute]: CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frclement%2Fcozy-konnector-thomann","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frclement%2Fcozy-konnector-thomann","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frclement%2Fcozy-konnector-thomann/lists"}