{"id":25421483,"url":"https://github.com/lanjelin/amiiboconverter","last_synced_at":"2025-10-31T12:30:34.378Z","repository":{"id":59450137,"uuid":"536678722","full_name":"Lanjelin/AmiiboConverter","owner":"Lanjelin","description":"Convert, duplicate, randomize. A tool for Amiibo.","archived":false,"fork":false,"pushed_at":"2023-11-30T08:54:04.000Z","size":40,"stargazers_count":115,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-09T05:06:23.348Z","etag":null,"topics":["amiibo","flipperzero","nfc"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lanjelin.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":"2022-09-14T16:57:23.000Z","updated_at":"2025-01-28T20:37:11.000Z","dependencies_parsed_at":"2023-01-18T17:01:49.379Z","dependency_job_id":null,"html_url":"https://github.com/Lanjelin/AmiiboConverter","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/Lanjelin%2FAmiiboConverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lanjelin%2FAmiiboConverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lanjelin%2FAmiiboConverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lanjelin%2FAmiiboConverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lanjelin","download_url":"https://codeload.github.com/Lanjelin/AmiiboConverter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239195496,"owners_count":19598037,"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":["amiibo","flipperzero","nfc"],"created_at":"2025-02-16T20:48:47.603Z","updated_at":"2025-10-31T12:30:34.328Z","avatar_url":"https://github.com/Lanjelin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AmiiboConverter\n\nConvert, duplicate, randomize. A tool for amiibo.\n\n## What can it do?\n\nReads .bin or .nfc-files, amiibo ID directly, or as a list from a .txt-file, and outputs it as a .bin or .nfc-file.\n\nDoes recursive scan of folders, where it outputs the new files in the same directory, or a new with the same folder structure.\n\nOption to randomize UID, and make multiple outputs of the same source-file (for games like BOTW).\n\n## How to do it?\n\nRun the script from the terminal, passing the following arguments:  \n`-m` required: mode to run, bin2bin, bin2nfc, id2bin, id2nfc, nfc2bin, or nfc2nfc. multiple files or strings can be parse at the same time, separated by space.  \n`-i` required: path, file or string to parse as input.  \n`-o` optional: path or file to write the output.  \n`-r` optional: randomize UID of the output.  \n`-d` optional: number of copies to write (`-r` is automatic set when running this).  \n`-v` optional: display more info when running, `-vv` for even more info.  \n`-h` display the help text.\n\n**examples:**  \n`python AmiiboConverter.py -m bin2nfc -i bin -o nfc` will convert all .bin-files found in the folder ./bin, convert them to .nfc, and store them in a folder called ./nfc  \n`python AmiiboConverter.py -m id2bin -i id.txt -d 3` will take all the amiibo ID found in id.txt, and make 3 new .bin-files (with random UID) per ID found.\n\nWhen inputing amiibo ID, filename can be set by adding name and a semicolon before the ID. Like `Luigi:0x00010000...` or `Daisy:00130000037a..`, same goes for .txt-files, where one ID per line applies as well. If no name is added, the ID will be used as filename.\n\n## What does it require?\n\nPython 3.8 or newer\n\nYou need the libraries in `requirements.txt`, install them using something like `python -m pip install -r requirements.txt`\n\nFor anything but pure bin-to-nfc / nfc-to-bin conversion, you need the correct decryption keys in the same folder as the script, these are files commonly called `unfixed-info.bin` and `locked-secret.bin`. A merged version of these files called `key_retail.bin` can also be used. These files are not provided.\n\n## A small warning at the end!\n\nKeep a backup of your source files, whether it be .bin or .nfc. This tool can overwrite your files. Generated files with a random UID are working at the moment, but they may not work in the future.\n\n## Disclaimer\n\nAmiiboConverter is intended for educational and archival purposes only, please only use this tool on amiibo™ you already own.\nAmiiboConverter is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Nintendo. No amiibo™ or digital representations of amiibo™ are included in this project.\n\n## License\n\nAmiiboConverter is released under the GNU General Public License v3.0 License. See the LICENSE file for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanjelin%2Famiiboconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flanjelin%2Famiiboconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanjelin%2Famiiboconverter/lists"}