Skip to content

Releases: notslang/twitter-screen-scrape

v1.0.2

Choose a tag to compare

@notslang notslang released this 15 Nov 22:52

Fix issue with looping on accounts with 0 tweets that caused Error: Too Many Requests from Twitter

v1.0.1

Choose a tag to compare

@notslang notslang released this 15 Nov 22:51
  • 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

Choose a tag to compare

@notslang notslang released this 27 Jul 16:44
  • 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

Choose a tag to compare

@notslang notslang released this 27 Jul 16:47

Just add backpressure support and refactor a little. Probably not a breaking change for most people.