Skip to content

Releases: vladkens/twscrape

v0.7.0

30 Jul 14:38
Compare
Choose a tag to compare

What's Changed

  • disable for force limit on not _raw methods (as was in v0.5.0) (#26)
  • restore full tweets text in case of retweet (#42)
  • add examples of parallel processing (#47)
  • user_by_id / user_by_login / tweet_details return None in case of resource not accessible in api (#15)
  • improve parser & add dumping when parsing failed
  • print log when account available for queue
  • infinite retry for http timeout / proxy error (was lock account for some long time) (#40)
  • add more format of cookies to parse
  • restore login by flow as was in v0.5.0 & added email_first param (#45, #36)
  • added blue and blueType fields into User model (#38)

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

15 Jul 00:24
Compare
Choose a tag to compare
  • update limit in non _raw functions
  • update api errors handling
  • update logs; print next available account time for queue
  • check email before login; update logs
  • add account import with cookies; update mocks
  • gql endpoints update; debug replies
  • ability to reset locks for accounts; update replies dumps
  • add processing of api error when code=200
  • ability to remove account; show stats for login_all method in cli
  • update readme

Full Changelog: 0.5.0...v0.6.0

v0.5.0

07 Jul 10:00
Compare
Choose a tag to compare
  • feat: ability to pass starting cursor #16
  • feat: update tweets parser (viewsCount, retweetedTweet, quotedTweet) #28
  • update queue_client errors handling
  • feat: added list_timeline #20
  • feat: current usage overview in cli
  • feat: long tweet text support
  • feat: relogin accounts
  • fix: tweet_details crash when tweet not found (now is None)

Full Changelog: v0.4.2...v0.5.0

v0.4.2

06 Jul 10:54
Compare
Choose a tag to compare
  • improve queue client logic; update readme (#27)

Full Changelog: v0.4.1...v0.4.2

v0.4.1

05 Jul 21:43
Compare
Choose a tag to compare
  • cli: sort account by last_used
  • fix: account was NOT locked after failed request
  • add gql search api handler to pool.stats; update tests; remove table head lines from cli/accounts

Full Changelog: v0.4.0...v0.4.1

v0.4.0

05 Jul 08:18
Compare
Choose a tag to compare
  • fix: handle 401 error as normal situation and switch account
  • feat: add profile urls to user model #23
  • feat: update search api to gql #25
  • fix: user_by_login endpoint in cli
  • fix: double escaped json in cli for non raw results

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Jun 11:18
Compare
Choose a tag to compare

What's Changed

  • feature: parse media in tweets
  • feature: id_str in models (to support different environments like nodejs)
  • fix: print valid json in cli with --raw option

Full Changelog: v0.2.2...v0.3.0

v0.2.2

05 Jun 23:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

28 May 22:48
Compare
Choose a tag to compare

What's Changed

  • Show SQLite version in CLI (twscrape version)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 May 21:58
Compare
Choose a tag to compare

What's Changed

  • Add CLI runner
  • Add accounts from file (with CLI support)
  • Login accounts from CLI
  • Show accounts status, usage statistic and errors
  • Improve API communication & handle network fail cases
  • Add check on minimal SQLite version
  • Ability to pass custom argument for GraphQL API commands

New Contributors

Full Changelog: v0.1.1...v0.2.0