{"id":49575099,"url":"https://github.com/rollecode/tweets","last_synced_at":"2026-05-03T16:10:51.377Z","repository":{"id":315966485,"uuid":"1061404074","full_name":"rollecode/tweets","owner":"rollecode","description":"🐦 tweets - Yet another Twitter archive viewer","archived":false,"fork":false,"pushed_at":"2025-09-22T14:00:44.000Z","size":184,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-02T13:33:34.568Z","etag":null,"topics":["social-media","tweet-archive","twitter","twitter-archive"],"latest_commit_sha":null,"homepage":"https://mementomori.social/@rolle","language":"HTML","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/rollecode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-09-21T20:50:32.000Z","updated_at":"2026-01-06T19:40:37.000Z","dependencies_parsed_at":"2025-09-21T23:27:25.415Z","dependency_job_id":"3cbde1d7-1b02-495c-a332-e8ceb322e0f1","html_url":"https://github.com/rollecode/tweets","commit_stats":null,"previous_names":["ronilaukkarinen/tweets","rollecode/tweets"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rollecode/tweets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Ftweets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Ftweets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Ftweets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Ftweets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollecode","download_url":"https://codeload.github.com/rollecode/tweets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Ftweets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["social-media","tweet-archive","twitter","twitter-archive"],"created_at":"2026-05-03T16:10:50.699Z","updated_at":"2026-05-03T16:10:51.370Z","avatar_url":"https://github.com/rollecode.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐦 tweets - Yet another Twitter archive viewer\n\n[![version](https://img.shields.io/badge/version-1.0.0-blue.svg?style=for-the-badge)](#)\n[![javascript](https://img.shields.io/badge/javascript-%23F7DF1E.svg?style=for-the-badge\u0026logo=javascript\u0026logoColor=black)](#)\n[![html5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=white)](#)\n\nA modern, responsive interface for viewing your Twitter archive data locally. This tool transforms your downloaded Twitter data into an elegant, Twitter-like interface that you can browse offline - with **minimal** effort!\n\n**The goal: Single index.html file with JS, CSS and HTML - No compiling, no frameworks, no dependencies.**\n\n## [Demo: tweets.rolle.wtf](https://tweets.rolle.wtf)\n\n\u003cimg width=\"1414\" height=\"1078\" alt=\"screenshot\" src=\"https://github.com/user-attachments/assets/463c692a-f032-4a98-a264-ac8c245aa924\" /\u003e\n\n## Features\n\n- **Modern Twitter-like (2022) interface**, dim theme by default\n- **Responsive design** that works on desktop and mobile\n- **Advanced filtering and search** with smart defaults\n- **Video autoplay** on scroll\n- **Infinite scroll** for seamless browsing\n- **Hashtag and mention linking** with search integration\n- **Date range filtering** and sorting options\n- **Individual tweet permalinks** with back navigation\n\n## Quick start\n\n1. **Download your Twitter archive** from Twitter's settings\n2. **Extract the archive** to a folder on your computer\n3. **Download `index.html`** from this repository\n4. **Place `index.html`** in the root of your extracted Twitter archive folder (same level as the `data` folder)\n5. **Open `index.html`** in your web browser\n\n## Folder structure\n\nYour Twitter archive should look like this:\n\n```\ntwitter-archive/\n├── index.html \u003c- Add this to the root of your archive\n├── data/\n│   ├── account.js\n│   ├── tweets.js\n│   ├── tweets_media/\n│   └── profile_media/\n└── assets/\n    └── ...\n```\n\n## Publishing your archive publicly\n\n**⚠️ This tool is intended for PUBLIC Twitter accounts only. If your account was private/locked, do not use this tool for public sharing.**\n\n### Automated public archive creation\n\nUse the included script to safely create a public version:\n\n```bash\n# In your Twitter archive folder\n./create-public-archive.sh\n```\n\nThis script will:\n- Copy only public data (tweets, profile info, followers/following)\n- Remove your email address automatically\n- Create a `public-twitter-archive/` folder ready for sharing\n\n### What gets included safely\n\n✅ **Always included:**\n- Your public tweets (`tweets.js`)\n- Profile information (bio, avatar, banner) - minus email\n- Media from your tweets (images, videos)\n- Follower/following lists (public data)\n- Liked tweets (public data)\n\n❌ **Never included:**\n- Email address (automatically removed)\n- Direct messages (the only truly private data)\n- Any tracking or personalization data\n\n### Publishing your archive\n\nAfter running the script:\n\n1. **Test locally**: Open `public-twitter-archive/index.html` in your browser\n2. **Review content**: Make sure you're comfortable with all visible tweets\n3. **Upload to web hosting**:\n   - GitHub Pages\n   - Netlify\n   - Your own web server\n   - Any static hosting service\n\n## Disclaimer\n\nThis tool is not affiliated with Twitter/X. It's designed to work with Twitter archive data as provided by Twitter's official export feature.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Ftweets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollecode%2Ftweets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Ftweets/lists"}