{"id":19673779,"url":"https://github.com/louuke/mcreverse","last_synced_at":"2025-04-29T01:30:59.082Z","repository":{"id":38079133,"uuid":"424340706","full_name":"Louuke/McReverse","owner":"Louuke","description":"Reverse engineered library for the german McDonald's API in Java","archived":false,"fork":false,"pushed_at":"2023-10-13T12:54:09.000Z","size":674,"stargazers_count":32,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-05T12:24:29.043Z","etag":null,"topics":["api","coupons","java","mcdonalds","mcdonalds-menu","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Louuke.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}},"created_at":"2021-11-03T18:38:16.000Z","updated_at":"2024-12-29T12:04:33.000Z","dependencies_parsed_at":"2023-11-07T16:01:03.743Z","dependency_job_id":null,"html_url":"https://github.com/Louuke/McReverse","commit_stats":null,"previous_names":["louuke/mcreverse"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Louuke%2FMcReverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Louuke%2FMcReverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Louuke%2FMcReverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Louuke%2FMcReverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Louuke","download_url":"https://codeload.github.com/Louuke/McReverse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251415671,"owners_count":21585871,"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":["api","coupons","java","mcdonalds","mcdonalds-menu","reverse-engineering"],"created_at":"2024-11-11T17:16:18.601Z","updated_at":"2025-04-29T01:30:58.173Z","avatar_url":"https://github.com/Louuke.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# McReverse\n Reverse engineered library for the **german** McDonald's API in Java \n\n### Gradle\n```java\nallprojects {\n    repositories {\n\t...\n        maven { url 'https://jitpack.io' }\n    }\n}\n```\n```java\ndependencies {\n    implementation 'com.github.JicuNull:McReverse:main-SNAPSHOT'\n}\n```\nFind more options here: **[Jitpack](https://jitpack.io/#JicuNull/McReverse)**\n\n## Connect and login\n`McClient` connects to the McDonald's backend server and is used for all interactions with the server.\n[README.md](README.md)\n```java\nMcClient client = new McClient();\n```\nYou can log in with an existing account by calling `login(email, password)`, where the default deviceId (75408e58622a88c6) is used.\n\n**NOTE** A deviceId must first be confirmed before a login with it is successful.\n```java\nMcClient client = new McClient();\nclient.login(\"test@example.org\", \"123456\");\n```\nor using a custom deviceId\n```java\nMcClient client = new McClient();\nclient.login(\"test@example.org\", \"123456\", \"deviceId\");\n```\n\n## Legal\nThis code is in no way affiliated with, authorized, maintained, sponsored or endorsed by McDonald’s or any of its affiliates or subsidiaries. This is an independent and unofficial software. Use at your own risk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouuke%2Fmcreverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouuke%2Fmcreverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouuke%2Fmcreverse/lists"}