Releases: the-convocation/twitter-scraper
Releases · the-convocation/twitter-scraper
v0.21.1
What's Changed
- chore: update README with new overview info by @karashiiro in #177
- fix: update SearchTimeline query ID and add missing feature flags by @ParkerRex in #179
New Contributors
- @ParkerRex made their first contribution in #179
Full Changelog: v0.21.0...v0.21.1
v0.21.0
What's Changed
- Various authentication fixes by @karashiiro in #176
Full Changelog: v0.20.4...v0.21.0
v0.20.4
What's Changed
- Updating the GQL URL for the UserByScreenName by @artificialrobot in #173
New Contributors
- @artificialrobot made their first contribution in #173
Full Changelog: v0.20.3...v0.20.4
v0.20.3
What's Changed
- fix: use dynamic import for optional imports instead of require by @karashiiro in #172
Full Changelog: v0.20.2...v0.20.3
v0.20.2
What's Changed
- fix: use token override in UserByScreenName by @karashiiro in #171
Full Changelog: v0.20.1...v0.20.2
v0.20.1
What's Changed
- Use alternate bearer token for several publicly-accessible endpoints by @karashiiro in #169
Full Changelog: v0.20.0...v0.20.1
v0.20.0
What's Changed
- Implement experimental XPFF and x-client-transaction-id support by @karashiiro in #167
- Guest token activation (
/activate.json) is now skipped if it fails, as theTweetResultByRestIdoperation seems to no longer require it, and it hits 429s constantly on the website.
Full Changelog: v0.19.1...v0.20.0
v0.19.1
What's Changed
- chore: support .env in ctls example and tweak types by @karashiiro in #161
- Update GQL endpoints by @karashiiro in #166
Full Changelog: v0.19.0...v0.19.1
v0.19.0
What's Changed
- Add optional CycleTLS fetch implementation by @karashiiro in #159
This should enable fixing the Attention Required! errors from Cloudflare, for Node.js users. Refer to the example project for usage: https://github.com/the-convocation/twitter-scraper/tree/main/examples/cycletls
Full Changelog: v0.18.3...v0.19.0
v0.18.3
What's Changed
- Fix getProfile with guest auth by @karashiiro in #157
Full Changelog: v0.18.2...v0.18.3