A graceful, powerful and easy-to-use tool to see old (including deleted) tweets.
- Visit our site
- Fill the input box with username you want to query
- Click
Start
- Enjoy
- Docker and docker-compose
- Download the deploy.zip and unzip it
cd deploy && docker compose up -d
- Visit
http://your-server-ip:3142
DO NOT expose the port 3142 to the public network. Currently we don't have any security mechanism.
We provide a cli
for experimental use.
- Clone this repo
- Run
yarn
to install dependencies - Run
yarn build
to build the project
cd twitter-data-parser
yarn cli <archived-url>
, e.g.yarn cli https://web.archive.org/web/20220306095655/https://twitter.com/_iori_n/status/523389174242488320
- Extracted data will be printed to the console
For a given username, we try to find all old usernames of this user. This is useful when a user has changed his/her username.
cd omot-cli
yarn build
yarn start -s <username>
, e.g.yarn start -s _iori_n
- When program exits, the result will be printed to the console
NOTE: This is an experimental feature and may not work properly. This calculation may takes non-trivial time. You can run <ctrl>+c
to stop the process, and the result will be printed to the console.
Internet Archive has crawled tons of twitter status (tweets) since 2006. We'll find all tweets belonging to your target user in the Internet Archive.
- Internet Archive may not have crawled all tweets. Especially, from 2023.06, Twitter has changed its policy and Internet Archive may not be able to actively crawl tweets.
- For most cases, Internet Archive cannot crawl video in tweets. We don't implement video feature for now. However, in some cases, Internet Archive may have crawled video in tweets. We plan to implement this feature in the future.
- Internet Archive may not be able to save NSFW tweets.
- Currently, we don't properly handle retweets and replies (You can contribute!).
- Date
- Engagement info
- Profile image and content
- User avatar
- Retweets
- Replies
- Paging (Test with Donald Trump's data)
- Self-hosing backend
- Video support
- Crawling directly from Twitter
- Load tweets from gallery-dl's output