{"id":25753698,"url":"https://github.com/pythonicninja/send-it","last_synced_at":"2026-06-15T15:31:20.884Z","repository":{"id":278743878,"uuid":"936634373","full_name":"PythonicNinja/send-it","owner":"PythonicNinja","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-21T16:45:48.000Z","size":25219,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-20T15:29:05.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/PythonicNinja.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-21T12:24:29.000Z","updated_at":"2025-02-21T16:45:53.000Z","dependencies_parsed_at":"2025-02-21T13:38:26.855Z","dependency_job_id":null,"html_url":"https://github.com/PythonicNinja/send-it","commit_stats":null,"previous_names":["pythonicninja/send-it"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PythonicNinja/send-it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonicNinja%2Fsend-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonicNinja%2Fsend-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonicNinja%2Fsend-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonicNinja%2Fsend-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PythonicNinja","download_url":"https://codeload.github.com/PythonicNinja/send-it/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonicNinja%2Fsend-it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34369839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":[],"created_at":"2025-02-26T15:19:29.341Z","updated_at":"2026-06-15T15:31:20.858Z","avatar_url":"https://github.com/PythonicNinja.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](logo.svg) \n# send it\n\nProject allows to secretly without any dependencies other than ngrok to send directly text / file / directory.\n\n![usage](send_it.gif)\n\nOnly dependencies are installed on your local:\n1. python3 (no dependencies, only builtins)\n2. ngrok for creation of tunnel with https\n\nusage:\n\n```bash\n# sharing text\npython3 main.py \"client_id: 123 client_secret: 321\"\n\n# sharing longer text via default editor in shell\npython3 main.py\n\n# sharing file\npython3 main.py ~/Desktop/your_file.txt\n\n# sharing folder\npython3 main.py ~/Desktop/something_to_share\n\n```\n\nexample run:\n```\n|  ~/PycharmProjects/send-it   (main)\n| =\u003e python3 main.py \"client_id=12345, client_secret=321\"\nCreated temporary directory: /var/folders/ty/v5g_gm0x0sv7dtxrh28tg_yc0000gn/T/tmpsc5ekv18\nDetected text input, creating index.html\nStarting HTTP server on port 8080...\n\nSend this url to access message:\n  https://f5b9-2a09-bac1-5bc0-38-00-39b-5d.ngrok-free.app\n\nPress Ctrl+C to stop the server and exit\n127.0.0.1 - - [21/Feb/2025 13:19:31] \"GET / HTTP/1.1\" 200 -\n```\n\n![Example Screenshot](https://i.imgur.com/5q7kz5v.png)\n\n\n# install\n\n1. install ngrok:\nhttps://ngrok.com/docs/getting-started/\n\n2. clone repository:\n```bash\ngit clone git@github.com:PythonicNinja/send-it.git\n\ncd send-it\n\npython3 main.py \"client_id: 123 client_secret: 321\"\n```\n\noptional, register alias on bash:\n\n```bash\nfunction send_it() { python3 ~/PycharmProjects/send-it/main.py $@; }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonicninja%2Fsend-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythonicninja%2Fsend-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonicninja%2Fsend-it/lists"}