block
by
drzax
a0538cba144d3cd6e29ca69f6a48b641
Quick and dirty twitter scraper.
Get to the page with tweets you want to scrape.
Throw the content of
scrape.js
into the console.
console.log(JSON.stringify(Array.from(captured).map(d => d[1]), null, 2))
scrape.js