{"id":17169358,"url":"https://github.com/roughsketch/lodestone","last_synced_at":"2025-04-13T16:05:16.176Z","repository":{"id":62442387,"uuid":"142943751","full_name":"Roughsketch/lodestone","owner":"Roughsketch","description":"Library for scraping data off of FFXIV's lodestone","archived":false,"fork":false,"pushed_at":"2024-10-12T16:12:53.000Z","size":35,"stargazers_count":4,"open_issues_count":3,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T16:05:11.958Z","etag":null,"topics":["ffxiv","library","lodestone","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Roughsketch.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-07-31T00:56:17.000Z","updated_at":"2024-10-12T16:12:57.000Z","dependencies_parsed_at":"2022-11-01T21:50:32.553Z","dependency_job_id":null,"html_url":"https://github.com/Roughsketch/lodestone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roughsketch%2Flodestone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roughsketch%2Flodestone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roughsketch%2Flodestone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roughsketch%2Flodestone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Roughsketch","download_url":"https://codeload.github.com/Roughsketch/lodestone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741200,"owners_count":21154253,"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","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":["ffxiv","library","lodestone","rust"],"created_at":"2024-10-14T23:25:56.374Z","updated_at":"2025-04-13T16:05:16.143Z","avatar_url":"https://github.com/Roughsketch.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![ci-badge][]][ci] [![docs-badge][]][docs] [![crates.io version]][crates.io link]\n\n# lodestone\nLibrary for scraping data off of FFXIV's lodestone\n\n# Examples\n\n## Get a profile from a user id\n```rust\nuse model::profile::Profile;\n  \nlet profile = Profile::get(user_id).unwrap();\n```\n\n## Search for a profile in a datacenter\n```rust\nfn search_user(name: \u0026str, dc: Option\u003cDatacenter\u003e) -\u003e Result\u003cVec\u003cProfile\u003e, Error\u003e {\n  let search = SearchBuilder::new().character(name);\n        \n  if let Some(d) = dc {\n    search = search.datacenter(d);\n  }\n    \n  search.send()\n}\n```\n\n\n## A more targeted search\n```rust\nlet profiles = SearchBuilder::new()\n    .character(\"Strawberry Custard\")\n    .datacenter(Datacenter::Primal)\n    .lang(Language::English)\n    .grand_company(GrandCompany::Maelstrom)\n    .send()\n    .unwrap();\n\nlet strawberry = profiles.first().unwrap();\n```\n\n[ci]: https://travis-ci.org/Roughsketch/lodestone\n[ci-badge]: https://img.shields.io/travis/Roughsketch/lodestone.svg?style=flat-square\n[crates.io link]: https://crates.io/crates/lodestone\n[crates.io version]: https://img.shields.io/crates/v/lodestone.svg?style=flat-square\n[docs]: https://docs.rs/lodestone\n[docs-badge]: https://img.shields.io/badge/docs-online-5023dd.svg?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froughsketch%2Flodestone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froughsketch%2Flodestone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froughsketch%2Flodestone/lists"}