Releases: notslang/twitter-screen-scrape
Releases · notslang/twitter-screen-scrape
v1.0.2
Compare
Sorry, something went wrong.
No results found
Fix issue with looping on accounts with 0 tweets that caused Error: Too Many Requests from Twitter
v1.0.1
Compare
Sorry, something went wrong.
No results found
add a JSON Schema to the tests
fix emoji support in scraped tweets
fix error handling to ensure errors get passed from the promises to the tweet stream & don't get lost by .pipe
update the URL attribute for images to keep up with twitter's front-end changes
misc code formatting
v1.0.0
Compare
Sorry, something went wrong.
No results found
changed the API to export a Stream class, rather than a function that returns a stream (which is a breaking change)
misc bugfixes
add support for Stream.destroy() (#4 )
update deps
v0.2.0
Compare
Sorry, something went wrong.
No results found
Just add backpressure support and refactor a little. Probably not a breaking change for most people.