{"id":19789522,"url":"https://github.com/webfreak001/wurgerking","last_synced_at":"2025-05-01T01:31:40.356Z","repository":{"id":146628733,"uuid":"188112325","full_name":"WebFreak001/WurgerKing","owner":"WebFreak001","description":"max1220's slurger web frontend - mirror of https://sr.ht/~webfreak/WurgerKing/","archived":false,"fork":false,"pushed_at":"2021-10-20T20:27:09.000Z","size":2579,"stargazers_count":13,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T06:42:26.759Z","etag":null,"topics":["burger","burger-king","dlang","fast-food","reverse-engineering"],"latest_commit_sha":null,"homepage":"https://wurgerking.wfr.moe/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WebFreak001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-05-22T20:54:36.000Z","updated_at":"2023-03-05T17:43:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"b99918d2-9d49-442e-975e-67f1c7597226","html_url":"https://github.com/WebFreak001/WurgerKing","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/WebFreak001%2FWurgerKing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FWurgerKing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FWurgerKing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FWurgerKing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebFreak001","download_url":"https://codeload.github.com/WebFreak001/WurgerKing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251808523,"owners_count":21647300,"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":["burger","burger-king","dlang","fast-food","reverse-engineering"],"created_at":"2024-11-12T06:33:50.334Z","updated_at":"2025-05-01T01:31:40.349Z","avatar_url":"https://github.com/WebFreak001.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Würger King\n\nAn unofficial free and open source cross-platform proxy server \u0026 web UI for the Burger King® app in Germany. (coupons only support Germany due to API changes)\n\nThis app can be used on old smartphones and unsupported operating systems and offers near full functionality for promotions and coupons.\n\nThe app is not affiliated with Burger King® in any way and usage is not allowed in any way not allowed by the terms of the Burger King® (Germany) app.\n\nIt is designed to be fast and lightweight and only required a browser to function.\n\nThis project started inspired by [Slurger](https://github.com/max1220/slurger4) and builds on top of their previous work.\n\nFurthermore this is now a webapp alternative for the [Better King](https://github.com/BetterKingBot/BKCouponCrawler) Telegram bot. You can use the Telegram bot for notifications and other features as well as the lightest possible mobile data experience.\n\nThe web-facing part is licensed GPLv3. Server and other parts are licensed under the MIT license. See [LICENSE.md](LICENSE.md) for more information.\n\nExtra features:\n\n- more pretty coupons page: there will almost never be any gaps between coupons, no matter how you sort\n- more coupon filters (view historical coupons)\n- shows coupon count\n- shows paper coupons\n\nPlanned/TODO:\n\n- basket mode for quickly scanning multiple coupons\n- coupon search\n- product list\n- offline API emulation (service worker)\n- show products in promotions\n- web view tile\n- king finder tile\n- delivery tile\n- link tile\n- ingredient list\n- allergen list\n\n## Running\n\nThere is an existing online instance deployed on [https://wurgerking.wfr.moe/](https://wurgerking.wfr.moe/).\n\nTo build from source and run it yourself, first install MongoDB and a [D compiler](https://dlang.org).\n\nFirst start mongodb, then run\n\n```\ndub\n```\n\nto build \u0026 run the app. You can access it on `http://127.0.0.1:3000` (accessible over local network) afterwards.\n\nTo not be accessible over the local network, change the `bindAddresses` occurence in `source/app.d` to `[\"::1\", \"127.0.0.1\"]`\n\n## Updates\n\nIf you are on commit cf69782 or before you should run\n```\nuse wurgerking\ndb.coupons.update({}, {$set:{_region:\"de/de\"}}, false, true)\ndb.promos.update({}, {$set:{_region:\"de/de\"}}, false, true)\ndb.flags_.update({}, {$set:{_region:\"de/de\"}}, false, true)\ndb.flags_allergens.update({}, {$set:{_region:\"de/de\"}}, false, true)\ndb.flags_ingredients.update({}, {$set:{_region:\"de/de\"}}, false, true)\ndb.flags_productCategories.update({}, {$set:{_region:\"de/de\"}}, false, true)\ndb.flags_storeCategories.update({}, {$set:{_region:\"de/de\"}}, false, true)\ndb.promos.dropIndex(\"id_1\")\ndb.coupons.dropIndex(\"id_1\")\n```\nin your mongodb database to update old entries. Otherwise all old data will be ignored and new data identical will be cached.\n\n---\n\nThis app is not affiliated with Burger King®, Burger King Deutschland GmbH or any other third parties.\n\nIt is solely made as a project to research web app design based on a real usecase with the goal of offering wider availability for the app to older smartphones and devices with unsupported operating systems.\n\nAPI usage is in no way officially recognized and is only used very sparsely to offer minimum functionality and it tries to use as few resources as possible to not cause any more weight than a normal user.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Fwurgerking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebfreak001%2Fwurgerking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Fwurgerking/lists"}