{"id":22570821,"url":"https://github.com/sudor2spr/example","last_synced_at":"2025-03-28T14:24:35.248Z","repository":{"id":262940692,"uuid":"888846146","full_name":"SudoR2spr/example","owner":"SudoR2spr","description":"example encoded.py","archived":false,"fork":false,"pushed_at":"2024-11-15T06:32:14.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T14:38:11.463Z","etag":null,"topics":["angel","python","sudor2spr","telegram-bot","woodcraft"],"latest_commit_sha":null,"homepage":"https://t.me/Opleech_WD","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SudoR2spr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-15T05:44:37.000Z","updated_at":"2024-11-15T06:37:23.000Z","dependencies_parsed_at":"2024-11-21T03:34:14.937Z","dependency_job_id":null,"html_url":"https://github.com/SudoR2spr/example","commit_stats":null,"previous_names":["sudor2spr/example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SudoR2spr%2Fexample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SudoR2spr%2Fexample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SudoR2spr%2Fexample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SudoR2spr%2Fexample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SudoR2spr","download_url":"https://codeload.github.com/SudoR2spr/example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246043631,"owners_count":20714443,"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":["angel","python","sudor2spr","telegram-bot","woodcraft"],"created_at":"2024-12-08T01:13:31.738Z","updated_at":"2025-03-28T14:24:35.218Z","avatar_url":"https://github.com/SudoR2spr.png","language":"Python","readme":"# example\n\n- To use the Base64 encoded code in the encoded.py file in your project, it must first be decoded and then executed.\n- The main.py and Requirement.txt files will remain directly as they are.\n- Below is an example of decoding the code in the `encoded.py` file:\n- Step 1: Decode the Base64 encoded code.\n- Step 2: Execute the decoded code.\n- 👇 \u003cB\u003eExample\u003c/B\u003e: `encoded.py`\n```\nimport base64\n\n# Base64 encoded encoded.py code\nencoded_code = b\"ZGVmIGRvdWJsZV9udW1iZXIobik6CiAgICByZXR1cm4gbiAqIDIKCm51bWJlciA9IDUKcmVzdWx0ID0gZG91YmxlX251bWJlcihudW1iZXIpCnByaW50KGYiVGhlIGRvdWJsZSBvZiB7bnVtYmVyfSBpcyB7cmVzdWx0fSIp\"\n\n# Base64 decode encoded.py code\ndecoded_code = base64.b64decode(encoded_code).decode('utf-8')\n\n# Execute the decoded code\nexec(decoded_code)\n```\n- Example Creating a `setup.py` file.\n\n```\nfrom setuptools import setup\n\nsetup(\n    name='encoded',  # The name of the package\n    version='0.1',\n    py_modules=['encoded'],\n    install_requires=[\n        'requests',  # Your other dependencies\n        'Flask',\n    ],\n)\n```\n\n## Connect with me \u003cimg src=\"https://media.giphy.com/media/iY8CRBdQXODJSCERIr/giphy.gif\" width=\"30px\"\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://t.me/Opleech_WD\"\u003e\u003cimg src=\"https://img.shields.io/badge/-𝐖𝐎𝐎𝐃𝐜𝐫𝐚𝐟𝐭 𝐌𝐢𝐫𝐫𝐨𝐫 𝐙𝐨𝐧𝐞™%20%20-0077B5?style=flat\u0026logo=Telegram\u0026logoColor=white\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://t.me/WD_Topic_Group\"\u003e\u003cimg src=\"https://img.shields.io/badge/-Wᴅ Tᴏᴘɪᴄ Gʀᴏᴜᴘ%20%20-0077B5?style=flat\u0026logo=Telegram\u0026logoColor=white\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://t.me/WD_Request_Bot\"\u003e\u003cimg src=\"https://img.shields.io/badge/-𝐖𝐎𝐎𝐃𝐜𝐫𝐚𝐟𝐭,𝐬 𝐁𝐨𝐭%20%20-0077B5?style=flat\u0026logo=Telegram\u0026logoColor=white\"/\u003e\u003c/a\u003e\n \u003cbr\u003e\n\u003ca href=\"https://t.me/Opleech\"\u003e\u003cimg title=\"Telegram\" src=\"https://img.shields.io/static/v1?label=WD.Zone\u0026message=TG\u0026color=blue-green\"\u003e\u003c/a\u003e \n \u003cbr\u003e\n\u003cimg src=\"https://media.giphy.com/media/jpVnC65DmYeyRL4LHS/giphy.gif\" width=\"20%\"\u003e \n\u003c/p\u003e\n \n-----\nCredits: [𝐖𝐎𝐎𝐃𝐜𝐫𝐚𝐟𝐭](https://t.me/Farooq_is_KING)\n\n[![Contact Me On Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge\u0026logo=telegram\u0026logoColor=white)](https://t.me/Farooq_is_king)\n\n\u003chr\u003e\n\u003ch3\u003e\u003cimg src=\"https://raw.githubusercontent.com/SudoR2spr/SudoR2spr/main/Premium-icon/clock-time.gif\" align=\"center\" width=\"50\"\u003e Last Edited on: 15/11/2024\u003c/h3\u003e\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudor2spr%2Fexample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudor2spr%2Fexample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudor2spr%2Fexample/lists"}