{"id":13961767,"url":"https://github.com/zernonia/tweetic","last_synced_at":"2025-04-08T03:19:11.182Z","repository":{"id":38273603,"uuid":"490933089","full_name":"zernonia/tweetic","owner":"zernonia","description":"Convert Tweets to Static HTML","archived":false,"fork":false,"pushed_at":"2023-11-07T21:42:06.000Z","size":1631,"stargazers_count":247,"open_issues_count":10,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T16:21:24.223Z","etag":null,"topics":["nuxt3","static-tweet","tweets","twitter","vue3"],"latest_commit_sha":null,"homepage":"https://tweetic.zernonia.com/","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/zernonia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://www.buymeacoffee.com/zernonia"]}},"created_at":"2022-05-11T02:42:26.000Z","updated_at":"2025-02-08T05:49:33.000Z","dependencies_parsed_at":"2024-10-10T16:01:20.252Z","dependency_job_id":"48ced2c1-0618-40c2-9587-5c9ad3949cf3","html_url":"https://github.com/zernonia/tweetic","commit_stats":{"total_commits":196,"total_committers":4,"mean_commits":49.0,"dds":0.06632653061224492,"last_synced_commit":"e3b3fc2cbdd8e4f60a2d8c6b8d08079bcac087d8"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zernonia%2Ftweetic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zernonia%2Ftweetic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zernonia%2Ftweetic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zernonia%2Ftweetic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zernonia","download_url":"https://codeload.github.com/zernonia/tweetic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767239,"owners_count":20992548,"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":["nuxt3","static-tweet","tweets","twitter","vue3"],"created_at":"2024-08-08T17:01:25.516Z","updated_at":"2025-04-08T03:19:11.158Z","avatar_url":"https://github.com/zernonia.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/zernonia"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/zernonia/tweetic\"\u003e\n    \u003cimg src=\"assets/logo.svg\" alt=\"Logo\" width=\"80\"\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eTweetic\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    Convert Tweets to Static HTML\n    \u003cbr /\u003e\n    Free • Open Source • API ready\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://tweetic.zernonia.com/\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/zernonia/tweetic/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/zernonia/tweetic/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n![Tweetic.io](public/og.png)\n\n## Inspiration\n\nHeavily inspired by Tweet embedded on [Supabase](https://supabase.com) landing page! Look around the internet, couldn't find any static tweet generator.\n\nWhy use this instead of **Twitter oEmbed**?\n\n- You can customize the tweet design\n- You don't have to import Twitter's `widget.js`\n- You want to prevent UI shifting\n- You just wanted the simple text in tweets\n\nThus created this tool!! 🎉 Enjoy!\n\n## 🚀 Features\n\n- 🤩 Free\n- 📖 Open-Source\n- 🚀 API ready\n- 📋 Copy/Download Static HTML\n\n### 🔨 Built With\n\n- [Nuxt 3](https://v3.nuxtjs.org/)\n- [WindiCSS](https://windicss.org/)\n\n## 🌎 Local Development\n\n### Prerequisites\n\nYarn\n\n- ```sh\n  npm install --global yarn\n  ```\n\n### Development\n\n1. Clone the repo\n   ```sh\n   git clone https://github.com/zernonia/tweetic.git\n   ```\n2. Install NPM packages\n   ```sh\n   cd tweetic\n   yarn install\n   ```\n3. Run local development instance\n   ```sh\n   yarn dev\n   ```\n\n## ➕ Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📜 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n# 📧 Contact\n\nZernonia - [@zernonia](https://twitter.com/zernonia) - zernonia@gmail.com\n\nAlso, if you like my work, please buy me a coffee ☕😳\n\n\u003ca href=\"https://www.buymeacoffee.com/zernonia\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png\" alt=\"Logo\" \u003e\n  \u003c/a\u003e\n\n# 🔥 Contributors\n\n\u003ca href=\"https://github.com/zernonia/tweetic/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=zernonia/tweetic\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzernonia%2Ftweetic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzernonia%2Ftweetic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzernonia%2Ftweetic/lists"}