- Open up the Twitter profile for whoever it is you want to archive.
- Scroll to the bottom until all tweets in the time period you want to archive have loaded.
- Open up the page inspector/developer tools in your browser.
- In the console within the dev tools, paste in this Javascript snippet and run:
Array.prototype.map.call($('div.tweet').map((i, e) => $(e).attr('data-permalink-path')), l => 'https://twitter.com' + l).join('\n')
- Archive each of the URLs in the resulting list using archive.is or other archive site. Sorry, this part can't really be automated :(
Created
November 10, 2016 01:42
-
-
Save coldacid/e1ce2ecfc9f7a5e247e62006814835fb to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment