Giter VIP home page Giter VIP logo

qlu-lib-reservation-go's Introduction

齐鲁工业大学图书馆预约工具

Go预约实现的齐鲁工业大学图书馆预约工具

一个golang练手小工具

Features

  • 😃 简单 不需要任何开发环境 下载运行即可
  • 📑 座位选择 选择任意你想要预约的座位
  • 🎉 随机座位 支持随机座位预约
  • 👀 验证码识别 支持在线识别和本地识别
  • 🌏 校园网自动认证 避免零点断网问题
  • ☁️ 易部署 配置完毕后 你可以部署在服务器,arm盒子,甚至是路由器上(需校园网)

Usage

Releases页下载适用系统版本即可

如使用本地验证码识别 则附带下载ocr.zip

验证码识别配置

如果选择在线识别的方式 则可以前往超级鹰官网,注册账号并购买相应的资源包。然后记录下软件ID和Key 在程序中配置即可

如果选择本地识别 则下载ocr.zip 解压在程序目录 然后配置识别模式为本地识别。

本地识别使用tesseract ocr方案,识别成功率约10%-20%。因为登录是两小时一次所以并不会有较大影响。

服务模式

服务模式将直接进行等待预约 不显示菜单

要使用服务模式 则在运行时加上service参数即可

如:

./main.exe service

或者一个简单的bat脚本

@echo off
echo --------------服务模式--------------
.\main.exe service
pause

qlu-lib-reservation-go's People

Contributors

wearzdk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

shentry

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.