126 Коммитов

Автор SHA1 Сообщение Дата
vladkens
03d0abb325
Merge pull request #98 from yemregundogmus/main
Fixing UTC Error
2023-12-26 23:12:37 +02:00
Yunus Emre Gündoğmuş
b4b4ae18b4
bugfix on utc error 2023-12-17 01:26:51 +03:00
Vlad Pronsky
e9152a1186 v0.9.0 2023-11-01 21:32:52 +02:00
Vlad Pronsky
d0fbef5b0c update readme on how to change search tab 2023-11-01 21:31:12 +02:00
Vlad Pronsky
6a232da016 add python 3.12 support 2023-11-01 20:59:46 +02:00
Vlad Pronsky
fd64ce2018 update gql endpoints; add list_timeline test 2023-11-01 20:59:46 +02:00
vladkens
100859c8fa
Merge pull request #76 from stygmate/main
Get RT and QT when they are in objects of type TweetWithVisibilityResults
2023-11-01 20:59:00 +02:00
vladkens
e0e7fb7512
Merge pull request #80 from NielsOerbaek/main
Handle dependency error
2023-10-10 00:45:09 +03:00
Niels Ørbæk Chemnitz
dcfbfade4e Handle dependency error 2023-10-09 16:14:02 +02:00
stygmate
8eb9011842
Merge branch 'vladkens:main' into main 2023-09-27 09:21:40 +02:00
vladkens
20339b3931
Merge pull request #71 from aatakansalar/main
Fixing Email Verification Token Retrieval Issue
2023-09-19 19:26:35 +03:00
stygmate
0f7f2d1ded correction of bad rawContent reconstruction for RT 2023-09-15 12:44:22 +02:00
stygmate
a1e60203ff Get RT and QT when they are in objects of type TweetWithVisibilityResults 2023-09-15 12:03:43 +02:00
aatakansalar
4f5d3d6f4f Fixing Email Verification Token Retrieval Issue
Changing the value msg_from (where the verification email is sent from) is compared to. Instead of "info@twitter.com", it should check for "info@x.com" as the verification code seems to be sent from this email now.

Fixes the "Error in LoginAcid: Email code timeout" error in my case.
2023-09-13 04:08:03 +03:00
Vlad Pronsky
745bc59b66 v0.8.0 2023-09-08 20:49:01 +03:00
Vlad Pronsky
d53535f16c update gql endpoints 2023-09-08 20:47:13 +03:00
Vlad Pronsky
a742fe658e improve sqlite version check, reduce minimal version #58 2023-09-08 20:11:18 +03:00
Vlad Pronsky
4d8c91a211 TweetWithVisibilityResults #53 2023-09-08 18:04:25 +03:00
Vlad Pronsky
99bf64028e update mocks; fix full context parsing for tweets with rt 2023-09-08 17:41:07 +03:00
Vlad Pronsky
462739b5d9 fix parsed links count #56 2023-09-08 17:01:11 +03:00
vladkens
4f2ee7ff8e
Merge pull request #52 from melroy89/main-1
Update pyproject.toml
2023-08-27 15:31:18 +03:00
vladkens
f88692e6c8
Merge pull request #57 from entasadar/fix_email_login
Fix email login
2023-08-27 15:31:08 +03:00
Vladimir Tolmachev
9643fdb5d7
fix email login 2023-08-16 12:04:20 +04:00
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