Metadata-Version: 2.1
Name: selenium-peacemaker
Version: 1.0.0
Summary: Stealth emulate and automate Chrome using profiles, proxy and selenium.
Home-page: https://github.com/hacknapier/selenium_peacemaker
Author: Hack Napier
Author-email: hacknapier@aol.com
Project-URL: Documentation, https://github.com/hacknapier/selenium_peacemaker
Project-URL: Bug Reports, https://github.com/hacknapier/selenium_peacemaker/issues
Project-URL: Source Code, https://github.com/hacknapier/selenium_peacemaker
Keywords: Selenium,emulation,automation,undetected-chromedriver,webautomation,selenium-stealth,selenium-android,anti-bot-detection
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: Free for non-commercial use
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Framework :: Jupyter
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: selenium (~=4.6)
Requires-Dist: requests (~=2.28)
Requires-Dist: selenium-interceptor (>=1.0.2)
Requires-Dist: selenium-profiles (==2.2.5.1)
Requires-Dist: selenium-stealth (==1.0.6)
Requires-Dist: undetected-chromedriver (==3.2.1)
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'

# Package

🐍   selenium_peacemaker

## Description

Stealth emulate and automate Chrome using profiles, proxy and selenium.

## Example

```
import selenium_peacemaker as sp
from time import sleep

selenium = sp.Stealth(mobile=False)
driver = selenium.stealth()
driver.get('https://www.google.com')
sleep(90)
driver.close()
```

## Status

🚀   This Project is in it's early stages of Development.

📌   Still working on new features.

## Contact

⚠️  Any questions or suggestions please message me on [Telegram](https://t.me/hacknapier).

## Version

🖥   Alpha: 1.0.0

## Credits

* kaliiiiiiiiii [Selenium-Profiles](https://github.com/kaliiiiiiiiii/Selenium-Profiles)
* diprajpatra [selenium-stealth](https://github.com/diprajpatra/selenium-stealth)
* ultrafunkamsterdam [undetected_chromedriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver)

## License

Shield: [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]

This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].

[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
Please read the license file.

**Copyright (c) 2023 Hack Napier.**

## Disclaimer

I am not responsible what you use the code for!!! Also no warranty!
