{"id":13906908,"url":"https://github.com/okikio/inthistweet","last_synced_at":"2025-04-06T17:11:14.492Z","repository":{"id":64891084,"uuid":"577098312","full_name":"okikio/inthistweet","owner":"okikio","description":"✨ Futuristic ✨ twitter image, gif and video downloader.  Enter a Tweet URL, click search, and download the image/videos in it.","archived":false,"fork":false,"pushed_at":"2025-03-04T06:42:26.000Z","size":17412,"stargazers_count":190,"open_issues_count":2,"forks_count":19,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-30T16:11:12.110Z","etag":null,"topics":["astro","downloader","fluentui","gif","image","media","sveltejs","twitter","video","vitejs","winui"],"latest_commit_sha":null,"homepage":"https://inthistweet.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/okikio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-12-12T00:20:10.000Z","updated_at":"2025-03-22T08:16:49.000Z","dependencies_parsed_at":"2024-01-19T10:14:05.702Z","dependency_job_id":"cb254fc2-e635-45dd-af7e-c8531ed0952d","html_url":"https://github.com/okikio/inthistweet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okikio%2Finthistweet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okikio%2Finthistweet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okikio%2Finthistweet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okikio%2Finthistweet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okikio","download_url":"https://codeload.github.com/okikio/inthistweet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247517912,"owners_count":20951718,"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":["astro","downloader","fluentui","gif","image","media","sveltejs","twitter","video","vitejs","winui"],"created_at":"2024-08-06T23:01:44.553Z","updated_at":"2025-04-06T17:11:14.464Z","avatar_url":"https://github.com/okikio.png","language":"TypeScript","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# inthistweet\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/okikio/inthistweet)\n[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/okikio/inthistweet)\n[![Upvote on ProductHunt](./public/product-hunt-badge-dark.svg)](https://www.producthunt.com/posts/in-this-tweet?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-in-this-tweet)\n[![Follow on Twitter](./public/twitter-badge-dark.svg)](https://twitter.com/@inthistweet_dev)\n\n\u003c!-- ![Upvote on ProductHunt(./public/product-hunt-badge-dark.svg#gh-dark-mode-only) --\u003e\n\u003c!-- ![Follow on Twitter](./public/twitter-badge-dark.svg#gh-dark-mode-only) --\u003e\n\n![in-this-tweet light logo](public/logo-full-light.svg#gh-light-mode-only)\n![in-this-tweet dark logo](public/logo-full-dark.svg#gh-dark-mode-only)\n\n✨ Futuristic ✨ twitter image, gif and video downloader. \nEnter a Tweet URL, click search, and download the image/videos in it to share, create a meme, and/or to store, the world is your oyester. \n\n\u003e **Note**: You can download images and videos for gallary tweets, quote tweets, normal image and video posts and even the preview images for links, [inthistweet.app](https://inthistweet.app) can handle it all.\n\n[inthistweet.app](https://inthistweet.app)\n\n## 🚀 Project Structure\n\nInside of your [Astro](https://astro.build) project, you'll see the following folders and files:\n\n```\n/\n├── public/\n│   ├── ...\n│   └── favicon.svg\n├── src/\n│   ├── components/\n│   │   └── search.svelte\n│   ├── icons/\n│   │   └── logo.svg\n│   ├── layouts/\n│   │   └── Layout.astro\n│   ├── pages/\n│   │   ├── api/\n│   │   │   └── twitter.ts\n│   │   └── index.astro\n│   ├── scripts/\n│   │   └── measure.ts\n│   └── utils.ts\n└── package.json\n```\n\n[Astro](https://astro.build) looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any [Astro](https://astro.build)/React/Vue/Svelte/Preact components.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                | Action                                             |\n| :--------------------- | :------------------------------------------------- |\n| `npm install`          | Installs dependencies                              |\n| `npm run dev`          | Starts local dev server at `localhost:3000`        |\n| `npm run build`        | Build your production site to `./dist/`            |\n| `npm run preview`      | Preview your build locally, before deploying       |\n| `npm run astro ...`    | Run CLI commands like `astro add`, `astro preview` |\n| `npm run astro --help` | Get help using the Astro CLI                       |\n\n## 👀 Want to learn more?\n\nFeel free to check out the [Astro documentation](https://docs.astro.build) or jump into our the [Astro Discord server](https://astro.build/chat).\n\n## License\n\nMIT - © 2022 [Okiki Ojo](https://okikio.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokikio%2Finthistweet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokikio%2Finthistweet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokikio%2Finthistweet/lists"}