{"id":20673145,"url":"https://github.com/redstrate/auracite","last_synced_at":"2025-04-19T19:12:47.817Z","repository":{"id":260541767,"uuid":"865055382","full_name":"redstrate/Auracite","owner":"redstrate","description":"Export your FFXIV character in portable, generic formats","archived":false,"fork":false,"pushed_at":"2025-03-11T01:12:56.000Z","size":304,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T12:05:37.604Z","etag":null,"topics":["ffxiv","final-fantasy-14","final-fantasy-xiv"],"latest_commit_sha":null,"homepage":"https://auracite.xiv.zone","language":"Rust","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/redstrate.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},"funding":{"ko_fi":"redstrate"}},"created_at":"2024-09-29T21:33:34.000Z","updated_at":"2025-03-11T01:13:00.000Z","dependencies_parsed_at":"2024-10-31T23:20:04.101Z","dependency_job_id":"f69bb7b4-9e40-4afe-ac85-59f64d8d7334","html_url":"https://github.com/redstrate/Auracite","commit_stats":null,"previous_names":["redstrate/auracite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redstrate%2FAuracite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redstrate%2FAuracite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redstrate%2FAuracite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redstrate%2FAuracite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redstrate","download_url":"https://codeload.github.com/redstrate/Auracite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249774061,"owners_count":21323582,"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","final-fantasy-14","final-fantasy-xiv"],"created_at":"2024-11-16T20:40:15.440Z","updated_at":"2025-04-19T19:12:47.807Z","avatar_url":"https://github.com/redstrate.png","language":"Rust","funding_links":["https://ko-fi.com/redstrate"],"categories":[],"sub_categories":[],"readme":"# Auracite\n\nExport your FFXIV character in portable, generic formats. This includes\ndata in machine-readable JSON (so it can be imported by other programs\nlike [Kawari](https://github.com/redstrate/Kawari)) and a Lodestone-like\nHTML page which you can display in your browser.\n\n## Usage\n\nThis tool makes several HTTP requests to the Lodestone, but they currently are only a few. The tool does not contact any\n3rd-party external services.\n\n### Web\n\nAuracite can run inside your web browser, accessed at [auracite.xiv.zone](https://auracite.xiv.zone/). It has the same features as the regular version.\n\n### Desktop\n\nA desktop version is available, just run `cargo run`. There is currently no binary distribution available.\n\n### CLI\n\nProvide a character name via `--name`:\n\n```shell\nauracite --name \"John Doe\" \n```\n\nTo enable support for the Dalamud plugin, add `--dalamud`.\n\n## Building\n\n### Desktop\n\nTo run the desktop client, simply run `cargo run`. You must have Qt6 development packages installed beforehand.\n\n### Flatpak\n\nTo build the Flatpak, use `flatpak-builder` or the helper script `scripts/build-flatpak.sh`. An `auracite.flatpak` file will be generated.\n\n### Web\n\nTo build the Web version, use `wasm-pack` or the helper script `scripts/build-web.sh`. A folder called `pkg/` will be generated, and the HTML files live in `web/`.\n\n### Dalamud Mode\n\nAuracite can only collect so much data from the Lodestone, some data can only be collected when logged in. To do this,\nwe provide a Dalamud plugin to run alongside the tool. The plugin is currently available\n[in my personal Dalamud repository](https://github.com/redstrate/DalamudPlugins). The plugin can be\nsafely removed if you're done using Auracite.\n\n## Supported Data\n\n| Data                      | Supported | Notes                                                                             |\n|---------------------------|-----------|-----------------------------------------------------------------------------------|\n| Name                      | ✅         |                                                                                   |\n| World/Data Center         | ✅         |                                                                                   |\n| Race/Subrace/Gender       | ✅         |                                                                                   |\n| City-state                | ✅         |                                                                                   |\n| Nameday                   | ✅         |                                                                                   |\n| Guardian                  | ✅         |                                                                                   |\n| Portrait/Full-body Images | ✅         | These are the images displayed on the Lodestone.                                  |\n| Playtime                  | ✅         | Requires the Dalamud plugin.                                                      |\n| Currencies                | ⭕️        | Only gil is supported, and requires the Dalamud plugin.                           |\n| Appearance Data           | ✅         | Requires the Dalamud plugin.                                                      |\n| Adventurer Plate          | ✅         | Requires the Dalamud plugin.                                                      |\n| Misc. state               | ⭕️        | Mentor and novice status, also player commendations. Requires the Dalamud plugin. |\n\nCurrently, more types of data is planned to be supported in the future.\n\n## License\n\nThis project is licensed under the [GNU Affero General Public License 3](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredstrate%2Fauracite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredstrate%2Fauracite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredstrate%2Fauracite/lists"}