block by drzax a0538cba144d3cd6e29ca69f6a48b641

Quick and dirty twitter scraper.

  1. Get to the page with tweets you want to scrape.
  2. Throw the content of scrape.js into the console.
  3. console.log(JSON.stringify(Array.from(captured).map(d => d[1]), null, 2))

scrape.js