Metadata-Version: 2.1
Name: wenbot
Version: 0.0.7
Summary: Simple bot wrapper of selenium basic functions
Home-page: https://github.com/zhaowb/wenbot.git
Author: Wenbo Zhao
Author-email: zhaowb@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: selenium

# wenbot
Simple bot wrapper of selenium basic functions

Sample code:
```
TODO
```

# optional proxy support
Requires browsermob-proxy binary, see https://github.com/lightbody/browsermob-proxy/releases.
Requires java to run browsermob-proxy binary.
Default browsermob-proxy binary path is set in `wenbot.browsermob_proxy_bin`.
Requires pypi package *browsermobproxy*, install `pip install browsermob-proxy`.

Sample code:
```
TODO
```

# change history
0.0.7 2021-07-14 bugfix
0.0.6 2021-07-14 replace print with log
0.0.5 2021-07-14 Bumps urllib3 from 1.26.4 to 1.26.5



