{"id":21862825,"url":"https://github.com/sexfrance/licensing-api","last_synced_at":"2025-04-14T19:42:45.134Z","repository":{"id":243562584,"uuid":"812765567","full_name":"sexfrance/Licensing-API","owner":"sexfrance","description":"An API for licensing hardware ID (HWID) management, user verification, and Sellix order integration.","archived":false,"fork":false,"pushed_at":"2024-08-27T10:02:11.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-27T11:23:57.571Z","etag":null,"topics":["api","api-license","discord","discord-license","discord-licensing","discord-token-gen","hwid","hwid-api","license","license-api","license-hwid","licensing","licensing-api","sellix","sellix-api","sellix-license","sellix-license-api","token-gen"],"latest_commit_sha":null,"homepage":"https://shop.cyberious.xyz","language":"Python","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/sexfrance.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}},"created_at":"2024-06-09T20:15:42.000Z","updated_at":"2024-08-27T10:02:14.000Z","dependencies_parsed_at":"2024-06-09T21:44:41.057Z","dependency_job_id":"6bfe516a-706f-4688-8299-044cadf0d49a","html_url":"https://github.com/sexfrance/Licensing-API","commit_stats":null,"previous_names":["sexfrance/licensing-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sexfrance%2FLicensing-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sexfrance%2FLicensing-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sexfrance%2FLicensing-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sexfrance%2FLicensing-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sexfrance","download_url":"https://codeload.github.com/sexfrance/Licensing-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226851601,"owners_count":17692146,"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","api-license","discord","discord-license","discord-licensing","discord-token-gen","hwid","hwid-api","license","license-api","license-hwid","licensing","licensing-api","sellix","sellix-api","sellix-license","sellix-license-api","token-gen"],"created_at":"2024-11-28T03:17:37.467Z","updated_at":"2024-11-28T03:17:39.331Z","avatar_url":"https://github.com/sexfrance.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n \n  \u003ch2 align=\"center\"\u003eCyberious API\u003c/h2\u003e\n  \u003cp align=\"center\"\u003e\n    The API that I use for licensing, hardware ID (HWID) management, user verification, and Sellix order integration.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://discord.cyberious.xyz\"\u003e💬 Discord\u003c/a\u003e\n    ·\n    \u003ca href=\"#-changelog\"\u003e📜 ChangeLog\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/sexfrance/Licensing-API/issues\"\u003e⚠️ Report Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/sexfrance/Licensing-API/issues\"\u003e💡 Request Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n### ⚙️ Installation\n\n- Requires: `Python 3.10+`\n- Install the requirements: `pip install -r requirements.txt`\n- Start the application: `python app.py`\n\n---\n\n### 🔥 Features\n\n- **HWID Management**:\n  - **Check HWID Status**: `/hwid` - Check if HWID is whitelisted or blacklisted.\n  - **Register User**: `/register` - Register a new user with license and update HWID status.\n  - **Verify User**: `/verify_user` - Verify user based on HWID.\n  - **Check If Paused**: `/check_if_paused` - Check if a user's access is paused (useful for license pause).\n  - **Check User Expiry**: `/check_user_expiry` - Check user expiry status.\n\n- **Sellix Order Integration**:\n  - **Sellix Webhook**: `/sellix` - Validate Sellix webhook signatures, creates a license and update order status and durations based on product titles.\n\n- **User Verification \u0026 Status**:\n  - **Get Latest Version**: `/get_latest` - Get the latest version of the launcher.\n  - **Download Launcher**: `/download/launcher` - Provide access to the latest launcher version.\n  - **Download Cyberious**: `/download/cyberious` - Control access to downloads based on HWID (license) authorization.\n\n- **Other Endpoints**:\n  - **Home**: `/` - Welcome message with API status and information.\n\n---\n\n### ❗ Disclaimers\n\n- The project is under development and certain features might not be fully functional.\n- Ensure to set up your Sellix webhook secret and whitelisted IP address properly in the variables section of the code.\n- Use this project at your own risk. The author is not responsible for any issues that may arise from using this code.\n\n---\n\n### 📜 ChangeLog\n\n```diff\nv1.0.0 ⋮ 6/9/2024\n! Initial release\n```\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/sexfrance/Licensing-API.svg?style=for-the-badge\u0026labelColor=black\u0026color=f429ff\u0026logo=IOTA\"/\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/sexfrance/Licensing-API.svg?style=for-the-badge\u0026labelColor=black\u0026color=f429ff\u0026logo=IOTA\"/\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/top/sexfrance/Licensing-API.svg?style=for-the-badge\u0026labelColor=black\u0026color=f429ff\u0026logo=python\"/\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsexfrance%2Flicensing-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsexfrance%2Flicensing-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsexfrance%2Flicensing-api/lists"}