bluboy-official / i-wanna-eat-out

SSPU automatic applying for leaving school

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I Wanna Eat Out

SSPU automatic applying for leaving school

我要出去吃饭

这是一个用 Python 和 Selenium 实现的自动申请出校工具,它可以帮助你快速出校吃饭。

通过内置的定时器,可以实现让你在任意时间出校。

功能特性

  • 单次运行
  • 定时运行
  • API

使用方法

单次运行

  • 修改 config.py
  • 运行 apply.py

定时运行

  • 修改 config.py
  • 运行 scheduler.py

API

  • 运行 api.py
  • GET request to http://ip:6991/apply?username=123&password=123

浏览器支持

  • Google Chrome
  • Firefox (Not tested)
  • Microsoft Edge (Not tested)

依赖

浏览器 Driver

pip 包依赖

  • selenium
  • Flask (for API)
  • schedule (for scheduler)

About

SSPU automatic applying for leaving school


Languages

Language:Python 100.0%