Add files via upload
This commit is contained in:
parent
13a3a94e8a
commit
0c73dcc9ef
|
@ -0,0 +1,42 @@
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
|
888 888 d8b
|
||||||
|
888 888 Y8P
|
||||||
|
888 888
|
||||||
|
.d8888b 88888b. 888d888 .d88b. 88888b.d88b. .d88b. .d88888 888d888 888 888 888 .d88b. 888d888
|
||||||
|
d88P" 888 "88b 888P" d88""88b 888 "888 "88b d8P Y8b d88" 888 888P" 888 888 888 d8P Y8b 888P"
|
||||||
|
888 888 888 888 888 888 888 888 888 88888888 888 888 888 888 Y88 88P 88888888 888
|
||||||
|
Y88b. 888 888 888 Y88..88P 888 888 888 Y8b. Y88b 888 888 888 Y8bd8P Y8b. 888
|
||||||
|
"Y8888P 888 888 888 "Y88P" 888 888 888 "Y8888 "Y88888 888 888 Y88P "Y8888 888 88888888
|
||||||
|
|
||||||
|
888 d8b 888 888
|
||||||
|
888 Y8P 888 888
|
||||||
|
888 888 888
|
||||||
|
88888b. 888 .d88888 .d88888 .d88b. 88888b.
|
||||||
|
888 "88b 888 d88" 888 d88" 888 d8P Y8b 888 "88b
|
||||||
|
888 888 888 888 888 888 888 88888888 888 888
|
||||||
|
888 888 888 Y88b 888 Y88b 888 Y8b. 888 888
|
||||||
|
888 888 888 "Y88888 "Y88888 "Y8888 888 888
|
||||||
|
|
||||||
|
BY ULTRAFUNKAMSTERDAM (https://github.com/ultrafunkamsterdam)"""
|
||||||
|
|
||||||
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='undetected_chromedriver',
|
||||||
|
version='1.0',
|
||||||
|
packages=[''],
|
||||||
|
install_requires=[
|
||||||
|
'selenium',
|
||||||
|
],
|
||||||
|
url='https://github.com/ultrafunkamsterdam/undetected_chromedriver',
|
||||||
|
license='MIT',
|
||||||
|
author='UltrafunkAmsterdam',
|
||||||
|
author_email='',
|
||||||
|
description='Optimized Selenium Chromedriver patch which does not trigger anti-bot services like Distill Network. '
|
||||||
|
'Automatically downloads the driver binary and patches it.'
|
||||||
|
)
|
Loading…
Reference in New Issue