Metadata-Version: 2.1
Name: twitter_archive_unshorten
Version: 0.0.1
Summary: Unshorten the URLs in your Twitter archive
Home-page: https://github.com/docnow/twitter_archive_unshorten
Author: Ed Summers
Author-email: ehs@pobox.com
License: MIT
Platform: UNKNOWN
Requires-Python: >3.5.0
Description-Content-Type: text/markdown

# twitter-archive-unshorten

Twitter's [archive download](https://help.twitter.com/en/managing-your-account/how-to-download-your-twitter-archive) includes shortened `t.co` URLs instead of the original URLs that you tweeted. If Twitter ever goes away, the server at `t.co` won't be available to respond to requests.

`unshorten.py` is a small Python program that will examine all the JavaScript files in the archive download and rewrite the `t.co` short URLs to their original full URL form. This means the context for your archived tweets will make a little more sense after Twitter is gone. Maybe you can look up those URLs in the Internet Archive if they are no longer available. This would be impossible if all you had was the short URL.

## Run

1. Unzip your Twitter archive zip file.
2. Download [unshorten.py](https://raw.githubusercontent.com/DocNow/twitter-archive-unshorten/main/unshorten.py).
3. Open a terminal window and run: `python3 unshorten.py /path/to/your/archive`

It might take a while, depending on how many tweets you have. Once it's
finished you should be able open your Archive and interact with it without the
`t.co` URLs.


