{"id":19684226,"url":"https://github.com/elliotwutingfeng/secret_broadcast","last_synced_at":"2025-10-20T09:32:09.298Z","repository":{"id":228741593,"uuid":"774773841","full_name":"elliotwutingfeng/secret_broadcast","owner":"elliotwutingfeng","description":"Send encrypted webcam snapshots over Telegram to specific users.","archived":false,"fork":false,"pushed_at":"2025-10-01T21:47:12.000Z","size":53,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T23:31:12.247Z","etag":null,"topics":["cryptography","fernet","telegram","webcam"],"latest_commit_sha":null,"homepage":"","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/elliotwutingfeng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-20T06:46:59.000Z","updated_at":"2025-10-01T21:47:16.000Z","dependencies_parsed_at":"2024-09-08T23:30:38.318Z","dependency_job_id":"69736b8f-4ff4-4848-a430-ce5ddfd3612c","html_url":"https://github.com/elliotwutingfeng/secret_broadcast","commit_stats":null,"previous_names":["elliotwutingfeng/secret_broadcast"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elliotwutingfeng/secret_broadcast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Fsecret_broadcast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Fsecret_broadcast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Fsecret_broadcast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Fsecret_broadcast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elliotwutingfeng","download_url":"https://codeload.github.com/elliotwutingfeng/secret_broadcast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotwutingfeng%2Fsecret_broadcast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002349,"owners_count":26083357,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cryptography","fernet","telegram","webcam"],"created_at":"2024-11-11T18:17:09.649Z","updated_at":"2025-10-10T00:38:00.544Z","avatar_url":"https://github.com/elliotwutingfeng.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# secret_broadcast\n\n[![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge\u0026logo=python\u0026logoColor=blue)](https://python.org)\n[![Telegram](https://img.shields.io/badge/Telegram-26A5E4?style=for-the-badge\u0026logo=telegram\u0026logoColor=white)](https://telegram.org)\n[![LICENSE](https://img.shields.io/badge/LICENSE-APACHE--2.0-GREEN?style=for-the-badge)](LICENSE)\n\nSend encrypted webcam snapshots over Telegram to specific users.\n\n## Setup\n\nYou will need a webcam that can be accessed via [OpenCV](https://pypi.org/project/opencv-python).\n\nYou will also need [uv](https://docs.astral.sh/uv/guides/install-python).\n\nFirst create **.env**\n\n```bash\ncp --update=none .env-dev .env\n```\n\nFill up **.env** with the relevant data; you will need your [Telegram bot API token](https://core.telegram.org/bots/api), a list of Telegram user Chat IDs (obtainable by first manually sending messages to your bot from each user, and then running `bot_get_updates(token)`), and a strong password for your encrypted images. The contents of **.env** _must_ be kept secret.\n\n## Usage\n\n```bash\nuv run python src/main.py\n```\n\n## Is it secret? Is it safe?\n\nNo guarantees. If your bot conversation has been leaked, the messages still need to be decrypted individually.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotwutingfeng%2Fsecret_broadcast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felliotwutingfeng%2Fsecret_broadcast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotwutingfeng%2Fsecret_broadcast/lists"}