Leaving Twitter? Why not download all your tweets from archive and store it yourself before deleting your account!

Projects

Process of Offline Twitter

  1. Download Twitter Archive Twitter Archive Note: This can take up to 72 hours to produce a downloadable zip

  2. Unzip Archive to it’s OWN folder

  3. Download the Archive parser

    wget https://raw.githubusercontent.com/timhutton/twitter-archive-parser/main/parser.py
  4. Run python3 parser.py I recommend selecting Yes to download all messages

  5. Open Your archive.html in your browser Offline Twitter

Limitations

I put the other projects above to get around the limitations of using the Archive Parser.

  • Bookmark Tool will change the t.co links to their proper links so it doesn’t use Twitter servers.
  • Cleaner will cleanup the archive
  • Photo Downloader will download the full photos in your tweets. By default it downloads the thumbnail and references twitter for the full image.

Walkthrough Video