All Projects → idealspark → Zhishiwenda Helper

idealspark / Zhishiwenda Helper

Licence: mit
百万英雄/冲顶大会/知识超人 答题助手 瞬间使用Chrome打开百度

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Zhishiwenda Helper

Chromeless
🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
Stars: ✭ 13,254 (+12894.12%)
Mutual labels:  selenium, chrome
Pychromeless
Python Lambda Chrome Automation (naming pending)
Stars: ✭ 219 (+114.71%)
Mutual labels:  selenium, chrome
Js Nightwatch Recorder
🌙 ⌚️ NightwatchJs recorder for Chrome
Stars: ✭ 122 (+19.61%)
Mutual labels:  selenium, chrome
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (-1.96%)
Mutual labels:  selenium, chrome
Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+4230.39%)
Mutual labels:  selenium, chrome
Awesome Java Crawler
本仓库收集整理爬虫相关资源,开发语言以Java为主
Stars: ✭ 228 (+123.53%)
Mutual labels:  selenium, chrome
Selenium Python Helium
Selenium-python but lighter: Helium is the best Python library for web automation.
Stars: ✭ 2,732 (+2578.43%)
Mutual labels:  selenium, chrome
Infospider
INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源中国博客、简书。
Stars: ✭ 5,984 (+5766.67%)
Mutual labels:  selenium, chrome
Dockselpy
Dockerized Selenium and Python with support for Chrome, Firefox and PhantomJS
Stars: ✭ 237 (+132.35%)
Mutual labels:  selenium, chrome
Cdp4j
cdp4j - Chrome DevTools Protocol for Java
Stars: ✭ 232 (+127.45%)
Mutual labels:  selenium, chrome
Undetected Chromedriver
Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
Stars: ✭ 365 (+257.84%)
Mutual labels:  selenium, chrome
Docker Python Xvfb Selenium Chrome Firefox
Dockerfiles for Python 3.6/2.7 & Selenium in a headless Chrome or Firefox environment
Stars: ✭ 82 (-19.61%)
Mutual labels:  selenium, chrome
Image text reader
The module extracts text from image using the tesseract-OCR engine. Generally, text present in the images are blur or are of uneven sizes. The image is pre-processed for better comprehension by OCR. This module first makes bounding box for text in images and then normalizes it to 300 dpi, suitable for OCR engine to read.
Stars: ✭ 97 (-4.9%)
Mutual labels:  ocr
Aet
AET - a system that detects visual changes on web sites and performs basic page health checks
Stars: ✭ 100 (-1.96%)
Mutual labels:  selenium
Amazonrobot
Amazon商品引流的 python 爬虫
Stars: ✭ 97 (-4.9%)
Mutual labels:  selenium
Funds
自选基金助手是一款Chrome扩展,用来快速获取关注基金的实时数据,查看自选基金的实时估值情况
Stars: ✭ 1,367 (+1240.2%)
Mutual labels:  chrome
Selenium Best Practices
For writing maintainable and scalable E2E Test.
Stars: ✭ 96 (-5.88%)
Mutual labels:  selenium
Vbot
JSON based visual regression testing library. Liberate creativity, minimize repeated works ✌️
Stars: ✭ 96 (-5.88%)
Mutual labels:  chrome
Go Chrome
A golang library for interacting with the Chrome DevTools Protocol. https://chromedevtools.github.io/devtools-protocol/
Stars: ✭ 96 (-5.88%)
Mutual labels:  chrome
Lightcrawler
Crawl a website and run it through Google lighthouse
Stars: ✭ 1,339 (+1212.75%)
Mutual labels:  chrome

百万英雄/冲顶大会/芝士超人 答题助手 瞬间打开百度

原理

每当题目出来的时候按下回车键即可瞬间打开百度,主要支持Android系统 主要原理使用Android adb进行截图,截取题目,使用汉王OCR识别图片中的文字,在使用selenium 打开百度.汉王云ocrAPI,参考了 wuditken/MillionHeroes 项目

系统要求

  1. 谷歌浏览器
  2. 安卓手机一部 电脑一台
  3. python3.6

使用步骤

  1. 安装python3.6 python下载地址
  2. 在本项目根路径下执行 pip install -r requirements.txt
  3. 修改默认的配置文件config.py 中Chrome Driver的路径 Chrome Driver 在lib有一份,需要设置存放的路径 driver下载地址
  4. 修改配置文件config.py 中图片存放路径
  5. 如果汉王OCR无法使用,需要自己使用自己的code 汉王API
  6. 把手机设为开发者模式,在电脑环境变量中添加adb路径,lib中有下载好的adb,调试好adb
  7. 每个手机像素不一样,在config文件中调整
  8. 启动项目 python helper.py 每当题目出来时按下回车键即可

效果图

qq群:427054039

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].