{"id":20292491,"url":"https://github.com/mauricelambert/emojiencode","last_synced_at":"2026-03-07T21:02:32.821Z","repository":{"id":65564886,"uuid":"594842490","full_name":"mauricelambert/EmojiEncode","owner":"mauricelambert","description":"This module encodes and decodes data into partially random Unicode Emoji, it's like a steganography in message or social network.","archived":false,"fork":false,"pushed_at":"2024-09-07T19:44:14.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T19:43:47.761Z","etag":null,"topics":["emoji","encoding","package","pip","python3","steganography","web"],"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/mauricelambert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2023-01-29T19:57:06.000Z","updated_at":"2024-09-07T19:44:18.000Z","dependencies_parsed_at":"2025-05-07T19:39:47.861Z","dependency_job_id":"ddc5872e-7f60-4010-bbbc-04267b568505","html_url":"https://github.com/mauricelambert/EmojiEncode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mauricelambert/EmojiEncode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FEmojiEncode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FEmojiEncode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FEmojiEncode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FEmojiEncode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricelambert","download_url":"https://codeload.github.com/mauricelambert/EmojiEncode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FEmojiEncode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30231490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["emoji","encoding","package","pip","python3","steganography","web"],"created_at":"2024-11-14T15:17:34.021Z","updated_at":"2026-03-07T21:02:32.805Z","avatar_url":"https://github.com/mauricelambert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![EmojiEncode logo](https://mauricelambert.github.io/info/python/security/EmojiEncode_small.png \"EmojiEncode logo\")\r\n\r\n# EmojiEncode\r\n\r\n## Description\r\n\r\nThis module encodes and decodes data into partially random Unicode Emoji, it's like a steganography in message or social network.\r\n\r\n## Requirements\r\n\r\nThis package require:\r\n - python3\r\n - python3 Standard Library\r\n\r\n## Installation\r\n\r\n```bash\r\npip install EmojiEncode\r\n```\r\n\r\n## Usages\r\n\r\n### Command line\r\n\r\n```bash\r\npython3 -m EmojiEncode 'my data'\r\npython3 EmojiEncode.pyz --html 'first data' 'second data'\r\nEmojiEncode --decode '\u003cunicode emoji charaters\u003e'\r\nEmojiEncode --html --decode '\u0026#x0001f674\u0026#x0001f365\u0026#x0001f373\u0026#x0001f674'\r\n```\r\n\r\n### Python script\r\n\r\n```python\r\nfrom EmojiEncode import encode, decode, html_decode, html_encode\r\n\r\nemojis: str = encode(b'my data')\r\ndata: bytes = decode(emojis)\r\n\r\nhtml_emojis: str = html_encode('html_string')\r\ndata: bytes = html_decode(html_emojis)\r\n```\r\n\r\n## Links\r\n\r\n - [Github Page](https://github.com/mauricelambert/EmojiEncode/)\r\n - [Documentation](https://mauricelambert.github.io/info/python/security/EmojiEncode.html)\r\n - [Pypi package](https://pypi.org/project/EmojiEncode/)\r\n - [Executable](https://mauricelambert.github.io/info/python/security/EmojiEncode.pyz)\r\n\r\n## Licence\r\n\r\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Femojiencode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricelambert%2Femojiencode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Femojiencode/lists"}