python 根据答案 自动答题器_Python头脑王者答题器

Python知乎答题王答题器

效果

result.png

原理说明

findQuiz.png

通过watchdog监测question.hortor.net/question/bat/目下文件的变化,去响应对应的方法

class FileEventHandler(FileSystemEventHandler):

def __init__(self):

FileSystemEventHandler.__init__(self)

def on_created(self,event):

global quiz

if event.src_path.split('/')[-1] == 'findQuiz':

with open('question.hortor.net/question/bat/findQuiz', encoding='utf-8') as f:

quiz=read_question(f)

elif event.src_path.split('/')[-1] == 'choose':

sql.sql_write(quiz)

elif event.src_path.split('/')[-1] == 'fightResult':

print('fightresult')

time.sleep(3)

adbshell.back()

time.sleep(3)

adbshell.tap('start')

3.获取题目后,如果题目在数据库中,直接返回答案。否则通过百度搜索题目信息,并统计选项出现的次数,出现的最多的选项就当作答案。

4.通过adb shell input tab 模拟点击选项(自动版的只在小米6上试过)

新的接口地址:question-zh.hortor.net/question/bat/findQuiz (对照着更改一下)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值