{"id":39853065,"url":"https://github.com/jklewa/filament-profiles-data","last_synced_at":"2026-01-18T13:46:18.724Z","repository":{"id":269007597,"uuid":"906132529","full_name":"jklewa/filament-profiles-data","owner":"jklewa","description":"3DFilamentProfiles.com Datasets","archived":false,"fork":false,"pushed_at":"2025-02-02T18:32:15.000Z","size":55,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T19:31:18.299Z","etag":null,"topics":["3d-printer","3d-printing"],"latest_commit_sha":null,"homepage":"https://3dfilamentprofiles.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jklewa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-20T08:29:20.000Z","updated_at":"2025-02-02T18:32:18.000Z","dependencies_parsed_at":"2025-01-06T20:24:29.491Z","dependency_job_id":"8019b09a-ab5e-42da-991f-ec8a8531e297","html_url":"https://github.com/jklewa/filament-profiles-data","commit_stats":null,"previous_names":["jklewa/filament-profiles-data"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jklewa/filament-profiles-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jklewa%2Ffilament-profiles-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jklewa%2Ffilament-profiles-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jklewa%2Ffilament-profiles-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jklewa%2Ffilament-profiles-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jklewa","download_url":"https://codeload.github.com/jklewa/filament-profiles-data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jklewa%2Ffilament-profiles-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["3d-printer","3d-printing"],"created_at":"2026-01-18T13:46:18.648Z","updated_at":"2026-01-18T13:46:18.717Z","avatar_url":"https://github.com/jklewa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 3D Filament Profiles Data\n\nThis repository contains a script to fetch/parse data from the [3D Filament Profiles](https://3dfilamentprofiles.com) website.\n\nPublic Resources:\n* Filaments: https://3dfilamentprofiles.com/filaments [ [sample](./sample-filaments.json) / [raw](./sample-filaments-raw.rsc) ]\n* Brands: https://3dfilamentprofiles.com/brands [ [sample](./sample-brands.json) / [raw](./sample-brands-raw.rsc) ]\n* Materials: https://3dfilamentprofiles.com/materials\n* Dryers: https://3dfilamentprofiles.com/dryers\n\nAuthenticated Resources:\n* My Filaments: https://3dfilamentprofiles.com/my/filaments (requires authentication)\n\n### Authentication\n\nSome resources (like `myfilaments`) require authentication:\n\n* Manual Authentication:\n    1. Visit https://3dfilamentprofiles.com/my/filaments\n    2. Open the browser's DevTools (F12) \u003e Application \u003e Cookies\n    3. Copy the `*auth-token*` value(s) to `.env` (see [.env.example](./.env.example))\n\n### Usage\n\nParse sample files:\n\n`./parser.py --file ./sample-filaments-raw.rsc --resource filaments \u003e sample-filaments.json`\n\nFetch and parse:\n\n`./parser.py --fetch filaments \u003e filaments.json`\n\nCommand line arguments:\n```\nusage: parser.py [-h] [--fetch RESOURCE] [--file FILE] [--resource RESOURCE]\n\noptions:\n  -h, --help           show this help message and exit\n\nSource:\n  --fetch RESOURCE     Fetch one of: filaments, brands, materials, dryers, myfilaments\n  --file FILE          path to the file to parse\n\nParse:\n  --resource RESOURCE  Parse one of: filaments, brands, materials, dryers, myfilaments, raw; defaults to --fetch```\n\nExamples:\n```bash\n# Fetch public filaments\n./parser.py --fetch filaments \u003e filaments.json\n\n# Fetch authenticated user's filaments (requires AUTH_COOKIES in .env, see.env.example)\n./parser.py --fetch myfilaments \u003e my-filaments.json\n```\n\n### References\n\n* https://3dfilamentprofiles.com | https://github.com/MarksMakerSpace/filament-profiles\n* [RSC Devtools](https://chromewebstore.google.com/detail/rsc-devtools/jcejahepddjnppkhomnidalpnnnemomn) Chrome Extension based on https://github.com/alvarlagerlof/rsc-parser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjklewa%2Ffilament-profiles-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjklewa%2Ffilament-profiles-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjklewa%2Ffilament-profiles-data/lists"}