ATCFrom - Automatically fill in the collection form 自动化表单填写工具


License
MIT
Install
pip install ATCForm==0.1.7.2

Documentation

ATCForm - Automatically fill in the collection form 自动化表单填写工具

ATCForm is a tool that automatically fills in the collection form. supported: jin data ,tx data

1.data.txt 格式要求

{
        "学号姓名":"",
        "学号":"",
        "姓名":"",
        "手机号":"",
        "手机":"",
        "电话":"",
        "QQ":"",
        "邮箱":"",
        "微信":"",
        "专业":"",
        "班级":"",
        "年级":"",
        "学院":"",
        "name":"value"
}

2.介绍

  • class
AuTotask_xxx : Autotask任务类
        inint() : 初始化
        run() : 运行
        start() : 开始 init()+run()



ATThreadPool : 线程池
        run() : 运行
  • function
download_driver

3.输入模式与格式

jsj

选项A #直接输选项名
select_LIST=["选项A","选项B"]

tx

选项A 选项B #多选 请严格按照题目顺序填写
选项C #单选
select_LIST=[["选项A","选项B"],["选项C"]]

4. 0.1.7.1 版本更新说明

对于 腾 收集表表单进行了进一步优化,修复了简介造成的bug