Metadata-Version: 2.1
Name: better-automation
Version: 3.0.5
Summary: tweepy-self, Google, googleapis, smshub
Home-page: https://github.com/alenkimov/better_automation
Author: Alen
Author-email: alen.kimov@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: playwright-stealth (>=1,<2)
Requires-Dist: tweepy-self (>=1,<2)
Project-URL: Repository, https://github.com/alenkimov/better_automation
Project-URL: source, https://github.com/alenkimov/better_automation
Description-Content-Type: text/markdown

# Better Automation v3
[![Telegram channel](https://img.shields.io/endpoint?url=https://runkit.io/damiankrawczyk/telegram-badge/branches/master?url=https://t.me/cum_insider)](https://t.me/cum_insider)
[![PyPI version info](https://img.shields.io/pypi/v/better-automation.svg)](https://pypi.python.org/pypi/better-automation)
[![PyPI supported Python versions](https://img.shields.io/pypi/pyversions/better-automation.svg)](https://pypi.python.org/pypi/better-automation)
[![PyPI downloads per month](https://img.shields.io/pypi/dm/better-automation.svg)](https://pypi.python.org/pypi/better-automation)

Набор инструментов для автоматизации:
- Все из библиотеки [tweepy-self](https://github.com/alenkimov/tweepy-self): логин, анлок, totp, OAuth, OAuth2, твиты, лайки, сообщения и многое другое..
- googleapis для OAuth2. Использовалось в Well3 (yogapetz) для авторизации и может использоваться в других проектах.
- Google login и OAuth2 на [Playwright](https://github.com/microsoft/playwright).

Особенности:
- Поддержка прокси в любом из существующих форматов благодаря [better-proxy](https://github.com/alenkimov/better_proxy)
- Все (кроме Google) на запросах через [curl_cffi](https://github.com/yifeikong/curl_cffi)

More libraries of the family:
- [tweepy-self](https://github.com/alenkimov/tweepy-self)
- [better-web3](https://github.com/alenkimov/better_web3)
- [better-proxy](https://github.com/alenkimov/better_proxy)

## Installation
```bash
pip install better-automation
```

