tweepy-self 1.10.0b4__tar.gz → 1.10.0b5__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/PKG-INFO +2 -2
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/README.md +1 -1
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/pyproject.toml +1 -1
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/client.py +1 -1
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/__init__.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/_capsolver/__init__.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/_capsolver/core/__init__.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/_capsolver/core/base.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/_capsolver/core/config.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/_capsolver/core/enum.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/_capsolver/core/serializer.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/_capsolver/fun_captcha.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/account.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/base/__init__.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/base/client.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/base/session.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/enums.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/errors.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/models.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/utils/__init__.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/utils/file.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/utils/html.py +0 -0
- {tweepy_self-1.10.0b4 → tweepy_self-1.10.0b5}/twitter/utils/other.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tweepy-self
|
3
|
-
Version: 1.10.
|
3
|
+
Version: 1.10.0b5
|
4
4
|
Summary: Twitter (selfbot) for Python!
|
5
5
|
Home-page: https://github.com/alenkimov/tweepy-self
|
6
6
|
Author: Alen
|
@@ -161,7 +161,7 @@ if await twitter_client.totp_is_enabled():
|
|
161
161
|
await twitter_client.enable_totp()
|
162
162
|
```
|
163
163
|
|
164
|
-
#### Логин, если включен TOTP (
|
164
|
+
#### Логин, если включен TOTP (2FA)
|
165
165
|
```python
|
166
166
|
import twitter
|
167
167
|
|
@@ -466,7 +466,7 @@ class Client(BaseHTTPClient):
|
|
466
466
|
|
467
467
|
user = await self._request_user_by_username(username)
|
468
468
|
|
469
|
-
if user and user.
|
469
|
+
if user and user.username == self.account.username:
|
470
470
|
self.account.update(**user.model_dump())
|
471
471
|
return self.account
|
472
472
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|