203 Коммитов

Автор SHA1 Сообщение Дата
Melroy van den Berg
7dd7afd637
Update pyproject.toml
Upgrade fake-useragent to the latest version (v1.2.1). Disclaimer: I'm the maintainer.
2023-08-10 23:40:41 +02:00
Vlad Pronsky
86fcafc308 v0.7.0 2023-07-30 17:31:11 +03:00
Vlad Pronsky
272afb996c disable for limit at now #26 2023-07-30 17:31:11 +03:00
Vlad Pronsky
aa69c653ef restore full tweets text in case of retweet #42 2023-07-30 17:31:11 +03:00
Vlad Pronsky
bce3bac8be add example of parallel processing #47 2023-07-30 17:31:11 +03:00
Vlad Pronsky
1230e32186 fix cli flag for check email fist; update parser 2023-07-30 17:31:11 +03:00
Vlad Pronsky
fbbe4b61a9 user_by_id / user_by_login / tweet_details return none in case of resource not accessible api; add dump when parsing failed 2023-07-30 17:31:11 +03:00
Vlad Pronsky
a378a9721e print log when account available for queue 2023-07-30 17:31:11 +03:00
Vlad Pronsky
8f28bd1258 infinite retry for http timeout / proxy error (was lock account for some long time) 2023-07-30 17:31:11 +03:00
Vlad Pronsky
e87e4ea6da add more format of cookies to parse 2023-07-30 17:31:11 +03:00
Vlad Pronsky
2c1c0cce97 restore login by flow as was in 0.5 (check email first as param) 2023-07-30 17:31:11 +03:00
Oleg Sviatchenko
95b9a12d47
Added blue and blueType fields into User model (#38)
Co-authored-by: Oleg Sviatchenko <oleg.sviatchenko@sibers.com>
2023-07-23 13:59:46 +03:00
Vlad Pronsky
74594d0b9d fix lint 2023-07-15 03:22:31 +03:00
Vlad Pronsky
686ebe5250 v0.6.0 2023-07-15 03:19:03 +03:00
Vlad Pronsky
f43bf3cd16 update limit in non _raw functions 2023-07-15 03:18:15 +03:00
Vlad Pronsky
a3bb5d2dc8 update api errors handling 2023-07-15 02:25:49 +03:00
Vlad Pronsky
8986758666 update logs; print next available account time for queue 2023-07-15 00:39:49 +03:00
Vlad Pronsky
95886e6b50 check email before login; update logs 2023-07-14 23:50:32 +03:00
Vlad Pronsky
895ec22e22 update readme 2023-07-14 23:36:08 +03:00
Vlad Pronsky
4938ca7d6c add account import with cookies; update mocks 2023-07-14 23:10:06 +03:00
Vlad Pronsky
22c29b673d gql endpoints update; debug replies 2023-07-14 16:06:04 +03:00
Vlad Pronsky
87ef50878d ability to reset locks for accounts; update replies dumps 2023-07-12 14:34:05 +03:00
Vlad Pronsky
7866e44ade feat: add processing of api error when code=200 2023-07-10 23:34:07 +03:00
Vlad Pronsky
42357d0233 feat: simplify api usage 2023-07-09 16:43:48 +03:00
Vlad Pronsky
6bceb0a6bf feat: ability to remove account; show stats for login_all method in cli 2023-07-09 16:43:23 +03:00
Vlad Pronsky
308ba9d196 update readme 2023-07-09 16:42:29 +03:00
Vlad Pronsky
7f869efe95 release 0.5.0 2023-07-07 12:59:07 +03:00
Vlad Pronsky
43170308c5 fix: test runner 2023-07-07 12:57:59 +03:00
Vlad Pronsky
3710d2605f feat: ability to pass starting cursor #16 2023-07-07 12:43:27 +03:00
Vlad Pronsky
9238398b3c feat: update tweets parser (viewsCount, retweetedTweet, quotedTweet) #28 2023-07-07 12:25:50 +03:00
Vlad Pronsky
364c0ddfd0 update queue_client errors handling 2023-07-07 01:40:53 +03:00
Vlad Pronsky
852675954e feat: added list_timeline (#20) 2023-07-07 00:49:37 +03:00
Vlad Pronsky
4eb4a65a10 feat: current usage overview in cli 2023-07-07 00:36:29 +03:00
Vlad Pronsky
99286a11cc feat: long tweet text support 2023-07-07 00:08:30 +03:00
Vlad Pronsky
3b116155aa feat: relogin accounts 2023-07-06 23:57:44 +03:00
Vlad Pronsky
c35dcb902c fix: tweet_details crash when tweet not found (now is None) 2023-07-06 20:26:48 +03:00
Vlad Pronsky
18a3e3b3e0 release 0.4.2 2023-07-06 13:52:23 +03:00
Vlad Pronsky
070aa71583 improve queue client logic; update readme 2023-07-06 13:20:27 +03:00
Vlad Pronsky
7b94895cd5 update funding 2023-07-06 00:52:56 +03:00
Vlad Pronsky
034ce8ae70 release 0.4.1 2023-07-06 00:41:42 +03:00
Vlad Pronsky
0f56055cb1 cli: sort account by last_used 2023-07-06 00:39:52 +03:00
Vlad Pronsky
86d10b19dc fix: account was NOT locked after failed request 2023-07-06 00:39:29 +03:00
Vlad Pronsky
96cacbac2b add gql search api handler to pool.stats; update tests; remove table head lines from cli/accounts 2023-07-05 21:47:37 +03:00
Vlad Pronsky
5e4f5392d8 fix: urls in user profile 2023-07-05 00:17:40 +03:00
Vlad Pronsky
65f40c9a5a fix: handle 401 error as normal situation and switch account 2023-07-04 15:20:53 +03:00
Vlad Pronsky
3654a053da feat: add profile urls to user model 2023-07-04 15:09:00 +03:00
Vlad Pronsky
aa4fbc8cad feat: update search api to gql 2023-07-04 15:08:33 +03:00
Vlad Pronsky
d0479e2ece fix: user_by_login endpoint in cli 2023-07-04 14:29:43 +03:00
Vlad Pronsky
020754446e fix: double escaped json in cli for non raw results 2023-07-01 12:30:22 +03:00
Vlad Pronsky
815189e277 release 0.3.0 2023-06-23 14:15:40 +03:00