{"id":26180019,"url":"https://github.com/jellydn/twitter-threads","last_synced_at":"2026-05-06T17:36:16.889Z","repository":{"id":65092552,"uuid":"579442365","full_name":"jellydn/twitter-threads","owner":"jellydn","description":"Twitter Threads App helps you read and share Twitter threads easily!","archived":false,"fork":false,"pushed_at":"2023-06-19T14:50:07.000Z","size":139,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-24T13:57:55.309Z","etag":null,"topics":["deno","hono","threadify","twitter","typescript"],"latest_commit_sha":null,"homepage":"https://threadify.productsway.com/","language":"TypeScript","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/jellydn.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},"funding":{"github":["jellydn"],"ko_fi":"dunghd","buy_me_a_coffee":"dunghd","polar":"jellydn"}},"created_at":"2022-12-17T17:59:10.000Z","updated_at":"2022-12-28T04:11:44.000Z","dependencies_parsed_at":"2025-07-24T11:38:39.976Z","dependency_job_id":"0d1bcd86-ebcc-4bde-ad65-c1caedeac5f7","html_url":"https://github.com/jellydn/twitter-threads","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"jellydn/hono-minimal-deno-app","purl":"pkg:github/jellydn/twitter-threads","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ftwitter-threads","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ftwitter-threads/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ftwitter-threads/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ftwitter-threads/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jellydn","download_url":"https://codeload.github.com/jellydn/twitter-threads/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ftwitter-threads/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32704771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["deno","hono","threadify","twitter","typescript"],"created_at":"2025-03-11T21:54:11.111Z","updated_at":"2026-05-06T17:36:16.873Z","avatar_url":"https://github.com/jellydn.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jellydn","https://ko-fi.com/dunghd","https://buymeacoffee.com/dunghd","https://polar.sh/jellydn","https://paypal.me/dunghd","https://www.buymeacoffee.com/dunghd"],"categories":[],"sub_categories":[],"readme":"# Twitter Threads App\n\nTwitter Threads App helps you read and share Twitter threads easily!\n\n[![IT Man - Tech #30 - Deno 101 - The best developer experience [Vietnamese]](https://i.ytimg.com/vi/ocLNcwm4xUs/hqdefault.jpg)](https://www.youtube.com/watch?v=ocLNcwm4xUs)\n\n[![ITMan - Tech #25 - Ultrafast web framework for Cloudflare Workers, Deno, and Bun [Vietnamese]](https://i.ytimg.com/vi/YsjqVvlrXGY/hqdefault.jpg)](https://www.youtube.com/watch?v=YsjqVvlrXGY)\n\n## 🏠 [Homepage](https://twitter-threads.productsway.com)\n\n### ✨ [Demo](https://twitter-threads.productsway.com/static/doc.html)\n## [API Documentation](api.md)\n - [GET /api/thread/:id](https://github.com/jellydn/twitter-threads-app/blob/main/api.md#get-apithreadid)\n - [GET /api/video/:id](https://github.com/jellydn/twitter-threads-app/blob/main/api.md#get-apivideoid)\n\n## Features\n\n- Minimal\n- TypeScript\n- [Deno — A modern runtime for JavaScript and TypeScript](https://deno.land/) to develop and deploy.\n- [elbywan/wretch: A tiny wrapper built around fetch with an intuitive syntax.](https://github.com/elbywan/wretch)\n- [sindresorhus/promise-fun: Promise packages, patterns, chat, and tutorials](https://github.com/sindresorhus/promise-fun)\n\n## Usage\n\n#### Initialize\n\n```sh\ngit clone https://github.com/jellydn/twitter-threads-app\n```\n\n### Develop\n\nCreate .env file from .env.example then run below command\n\n```sh\ndeno task dev\n```\n\n### Test\n\n```sh\ndeno task test\n```\n\n### Deploy\n\nInstall deployctl: the command line tool for Deno Deploy.\n\n```sh\ndeno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -r -f https://deno.land/x/deploy/deployctl.ts\n```\n\nThen\n\n```sh\ndeployctl deploy --project=twitter-threads-app ./main.ts\n```\n\n## Useful links\n\n- Hono https://honojs.dev\n- Hono examples: https://github.com/honojs/examples\n\n## Author\n\n👤 **Dung Huynh**\n\n- Website: https://productsway.com/\n- Twitter: [@jellydn](https://twitter.com/jellydn)\n- Github: [@jellydn](https://github.com/jellydn)\n\n## Show your support\n\n[![kofi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white)](https://ko-fi.com/dunghd)\n[![paypal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge\u0026logo=paypal\u0026logoColor=white)](https://paypal.me/dunghd)\n[![buymeacoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://www.buymeacoffee.com/dunghd)\n\nGive a ⭐️ if this project helped you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellydn%2Ftwitter-threads","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjellydn%2Ftwitter-threads","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellydn%2Ftwitter-threads/lists"}