Metadata-Version: 2.1
Name: sneaky
Version: 0.2.1
Summary: A sneaky web bot based on Selenium driven by ChromeDriver equipped with undetected-chromedriver (as bot detection bypass), Buster (as a reCAPTCHA solver), ??? (as network traffic monitor), vpncmd (as free VPN rotator) let you breach the Internet as you please.
Home-page: https://github.com/foxe6/
Author: f̣ộx̣ệ6
Author-email: foxe6@protonmail.com
License: AGPL-3.0
Project-URL: Sourcecode, https://github.com/foxe6/sneaky
Project-URL: Documentation, https://github.com/foxe6/sneaky/blob/master/test
Project-URL: Example, https://github.com/foxe6/sneaky/blob/master/sneaky/example
Project-URL: Issues, https://github.com/foxe6/sneaky/issues
Project-URL: Funding, https://paypal.me/foxe6
Project-URL: Say Thanks!, https://saythanks.io/to/foxe6
Keywords: chromedriver undetected detection antibot prevent avoid recaptcha captcha buster solver bypass audio selenium web bot scraper crawler proxy automation browsermob
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# sneaky

<badges>[![version](https://img.shields.io/pypi/v/sneaky.svg)](https://pypi.org/project/sneaky/)
[![license](https://img.shields.io/pypi/l/sneaky.svg)](https://pypi.org/project/sneaky/)
[![pyversions](https://img.shields.io/pypi/pyversions/sneaky.svg)](https://pypi.org/project/sneaky/)  
[![powered](https://img.shields.io/badge/Say-Thanks-ddddff.svg)](https://saythanks.io/to/foxe6)
[![donate](https://img.shields.io/badge/Donate-Paypal-0070ba.svg)](https://paypal.me/foxe6)
[![made](https://img.shields.io/badge/Made%20with-PyCharm-red.svg)](https://paypal.me/foxe6)
</badges>

<i>A sneaky web bot based on Selenium driven by ChromeDriver equipped with undetected-chromedriver (as bot detection bypass), Buster (as a reCAPTCHA solver), ??? (as network traffic monitor), vpncmd (as free VPN rotator) let you breach the Internet as you please.</i>

# sneaky

```
sneaky
|---- SNEAKY()
|   |---- traffic
|   |---- request_traffic
|   |---- response_traffic
|   |---- capture_traffic()
|   |---- capture_request_traffic()
|   |---- capture_response_traffic()
|   |---- stop_capture_traffic()
|   |---- stop_capture_request_traffic()
|   |---- stop_capture_response_traffic()
|   |---- clear_traffic()
|   |---- clear_request_traffic()
|   |---- clear_response_traffic()
|   |---- quit()
|   |---- vpncmd # see https://github.com/foxe6/vpncmd#hierarchy
|   '---- driver
|       |---- wait()
|       |---- sleep_random()
|       |---- format_element()
|       |---- print_element()
|       |---- pretty_format_element()
|       |---- pretty_print_element()
|       |---- get_console_log()
|       |---- is_xpath()
|       |---- exist()
|       |---- expand_shadow_dom()
|       |---- xpath()
|       |---- querySelectorAll()
|       |---- get_client_viewport_size()
|       |---- move_by_offset()
|       |---- move_to_xy()
|       |---- move_to_element()
|       |---- click()
|       |---- send_input()
|       |---- mimic_move_to_random_xy()
|       |---- mimic_move_to_xy()
|       |---- mimic_move_to_element()
|       |---- mimic_click_xy()
|       |---- mimic_click()
|       |---- mimic_send_chord()
|       '---- mimic_send_input()
'---- Keys()
    |---- chord()
    |   |---- keys
    |   |---- actions()
    |   '---- perform()
    |---- pause()
    |   |---- sec
    |   '---- pause()
    '---- pause_random()
        |---- sec
        '---- pause()
```

# Demo

[![sneaky](https://img.youtube.com/vi/yEm3Sbm30js/0.jpg)](https://www.youtube.com/watch?v=yEm3Sbm30js)

# Example

## python
See `test`.

