203 Коммитов

Автор SHA1 Сообщение Дата
Vlad Pronsky
6114ebed39 add tweet_replies method #104 2024-02-10 21:51:24 +02:00
Vlad Pronsky
d579c5fe9e add action to close stale issues 2024-02-10 19:45:50 +02:00
Vlad Pronsky
277ebd1649 add missing string id representation to models #116 2024-02-10 18:56:29 +02:00
Vlad Pronsky
748ceae053 update mocks; add tests for liked_tweets method; update readme 2024-02-10 17:29:11 +02:00
vladkens
5c5e1d3fa8
Merge pull request #115 from Minecon724/main
add likes operation
2024-02-10 13:19:53 +02:00
Minecon724
08ce488c57 likes 2024-01-28 17:21:21 +01:00
Vlad Pronsky
32f83ab1cd fix #107, v0.10.1 2024-01-08 22:16:10 +02:00
Vlad Pronsky
d4a65c1526 v0.10.0 2024-01-05 20:00:59 +02:00
Vlad Pronsky
d972e706a5 readme update 2024-01-05 19:56:11 +02:00
Vlad Pronsky
b8d34b85c3 ability to enter email code manually fix #86, #100 2024-01-05 19:50:30 +02:00
Vlad Pronsky
490ffe2620 ability to get single account by name 2024-01-05 19:02:33 +02:00
Vlad Pronsky
ae2b15dde5 add types checker; fix typing errors 2024-01-05 18:26:36 +02:00
Vlad Pronsky
d78e33d2cc update ban detection; fix cli relogin command to relogin only selected accounts 2024-01-05 17:57:43 +02:00
Vlad Pronsky
5fc84d8696 handle KeyboardInterrupt in cli 2024-01-05 04:51:11 +02:00
Vlad Pronsky
4b67be62bb replace black/isort/pylint with ruff 2024-01-05 04:50:56 +02:00
Vlad Pronsky
c1e28cbfb4 add lock on db operation for single process (fix #64) 2024-01-05 03:59:44 +02:00
Vlad Pronsky
f1f3f03f04 update funding 2024-01-04 22:11:34 +02:00
Vlad Pronsky
61d159c86d fix typing; update gql endpoints 2023-12-27 03:25:47 +02:00
Vlad Pronsky
7b62efb38a build fix 2023-12-27 01:07:04 +02:00
Vlad Pronsky
f40c13a3db api error handling improvements 2023-12-27 00:05:22 +02:00
Vlad Pronsky
ef76b5de84 login flow improvements 2023-12-26 23:23:17 +02:00
Vlad Pronsky
5a3f7c19a6 add ability to configure login code timeout by env variable; remove redundant logs 2023-12-26 23:23:17 +02:00
vladkens
ae4419c9e4
Merge pull request #95 from NielsOerbaek/main
Handle unknown authorization error with status 200
2023-12-26 23:23:01 +02:00
vladkens
03d0abb325
Merge pull request #98 from yemregundogmus/main
Fixing UTC Error
2023-12-26 23:12:37 +02:00
Niels Ørbæk Chemnitz
87acabb76b not banned, but broader unknown auth error 2023-12-22 08:03:22 +01:00
Niels Ørbæk Chemnitz
b514e181a1 not banned, but broader unknown auth error 2023-12-21 23:08:30 +01:00
Niels Ørbæk Chemnitz
24bd19cb01 banned on unknown auth error 2023-12-21 23:05:51 +01:00
Yunus Emre Gündoğmuş
b4b4ae18b4
bugfix on utc error 2023-12-17 01:26:51 +03:00
Niels Ørbæk Chemnitz
df94e77295 Handle unknown authorization error with status 200 2023-11-21 09:14:53 +01: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