# TwiKit_extended
[](https://t.me/bots_forge)
Надстройка над [twikit](https://github.com/d60/twikit) от [d60](https://github.com/d60).
Теперь Client связан с Profile.
## Installation
```bash
pip install twikit_ext
```
## Examples
```python
try:
async with Client({'auth_token': 'sdf123...'}) as client:
client.connect()
...
finally:
client.profile.save('profile.json')
```
## Added methods
```python
Client.change_username()
Client.change_name()
Client.change_bio()
Client.change_location()
Client.change_password()
Client.get_enabled_two_factor_methods()
Client.is_totp_enabled()
Client.disable_totp()
Client.enable_totp()
Client.is_backup_code_enabled()
Client.get_backup_code()
Client.change_backup_code()
Client.oauth2()
```
## Support
Developed by `MrSmith06`: [telegram](https://t.me/Mr_Smith06) | [gtihub](https://github.com/MrSmith06)
If you find this project helpful, feel free to leave a tip!
- EVM address (metamask): `0x6201d7364F01772F8FbDce67A9900d505950aB99`
Raw data
{
"_id": null,
"home_page": "https://github.com/BotsForge/twikit_ext",
"name": "twikit_ext",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "MrSmith06",
"author_email": "sletars@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/bc/be/5f505c06ced0d7462ab042f6917633e0cecd3f72a8ab76cd07268067fdac/twikit_ext-0.0.1.tar.gz",
"platform": null,
"description": "# TwiKit_extended\n[](https://t.me/bots_forge)\n\n\u041d\u0430\u0434\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430\u0434 [twikit](https://github.com/d60/twikit) \u043e\u0442 [d60](https://github.com/d60).\n\u0422\u0435\u043f\u0435\u0440\u044c Client \u0441\u0432\u044f\u0437\u0430\u043d \u0441 Profile.\n\n## Installation\n```bash\npip install twikit_ext\n```\n\n## Examples\n```python\ntry:\n async with Client({'auth_token': 'sdf123...'}) as client:\n client.connect()\n ...\nfinally:\n client.profile.save('profile.json')\n```\n\n## Added methods\n```python\nClient.change_username()\nClient.change_name()\nClient.change_bio()\nClient.change_location()\nClient.change_password()\nClient.get_enabled_two_factor_methods()\nClient.is_totp_enabled()\nClient.disable_totp()\nClient.enable_totp()\nClient.is_backup_code_enabled()\nClient.get_backup_code()\nClient.change_backup_code()\nClient.oauth2()\n```\n\n## Support\nDeveloped by `MrSmith06`: [telegram](https://t.me/Mr_Smith06) | [gtihub](https://github.com/MrSmith06)\nIf you find this project helpful, feel free to leave a tip!\n- EVM address (metamask): `0x6201d7364F01772F8FbDce67A9900d505950aB99`",
"bugtrack_url": null,
"license": "MIT",
"summary": "Twitter api client. Extended twikit",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/BotsForge/twikit_ext",
"Repository": "https://github.com/BotsForge/twikit_ext"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bebbee6bd81b5a42a67afddfc4cd209d0b9ca014aaa11d74ffe742c09e5dc1eb",
"md5": "d06a53069e2edd14a783dbd2528a6c28",
"sha256": "294f0422baafadc8ec06a45f80d574adbd7db56ce898be8e1fb4a33b79f7cc0e"
},
"downloads": -1,
"filename": "twikit_ext-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d06a53069e2edd14a783dbd2528a6c28",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 12629,
"upload_time": "2024-12-31T10:22:38",
"upload_time_iso_8601": "2024-12-31T10:22:38.126882Z",
"url": "https://files.pythonhosted.org/packages/be/bb/ee6bd81b5a42a67afddfc4cd209d0b9ca014aaa11d74ffe742c09e5dc1eb/twikit_ext-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bcbe5f505c06ced0d7462ab042f6917633e0cecd3f72a8ab76cd07268067fdac",
"md5": "0b2d6e4b2426f675a78bcfeb3fcfc52e",
"sha256": "c14c8531c81a4bf92268758d8bad5388d96aa207afe0ce663c635b9f8ba143d4"
},
"downloads": -1,
"filename": "twikit_ext-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "0b2d6e4b2426f675a78bcfeb3fcfc52e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 10638,
"upload_time": "2024-12-31T10:22:39",
"upload_time_iso_8601": "2024-12-31T10:22:39.311738Z",
"url": "https://files.pythonhosted.org/packages/bc/be/5f505c06ced0d7462ab042f6917633e0cecd3f72a8ab76cd07268067fdac/twikit_ext-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-31 10:22:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "BotsForge",
"github_project": "twikit_ext",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "proxystr",
"specs": [
[
">=",
"2.1.3"
]
]
},
{
"name": "twikit",
"specs": [
[
">=",
"2.2.0"
]
]
},
{
"name": "loguru",
"specs": []
},
{
"name": "requests",
"specs": []
},
{
"name": "pydantic",
"specs": []
},
{
"name": "httpx",
"specs": []
}
],
"lcname": "twikit_ext"
}