Releases: vladkens/twscrape
Releases · vladkens/twscrape
v0.7.0
What's Changed
- disable for force limit on not
_raw
methods (as was inv0.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
returnNone
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
- 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
- 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
v0.4.1
- 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
v0.3.0
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
v0.2.1
v0.2.0
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
- @variousred made their first contribution in #1
Full Changelog: v0.1.1...v0.2.0