Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qhy040404/dlut-gym-auto-reservation

A automatic program to reserve gym
https://github.com/qhy040404/dlut-gym-auto-reservation

Last synced: about 1 month ago
JSON representation

A automatic program to reserve gym

Awesome Lists containing this project

README

        

# 大连理工大学体育馆自动预约小程序

# Archived / 归档

> 以后随缘更新,这个作用不大
>
> 最多以后把现在关掉预约通道的三个馆加上就不再更新了
>
> 对我来说确实用不到

[![Build status (GitHub)](https://img.shields.io/github/workflow/status/qhy040404/DLUT-gym-auto-reservation/Compile-and-Test-CI/master?label=Compile&logo=github&cacheSeconds=600)](https://github.com/qhy040404/DLUT-gym-auto-reservation/actions)
[![CodeFactor](https://www.codefactor.io/repository/github/qhy040404/dlut-gym-auto-reservation/badge)](https://www.codefactor.io/repository/github/qhy040404/dlut-gym-auto-reservation)
[![Github last commit date](https://img.shields.io/github/last-commit/qhy040404/DLUT-gym-auto-reservation.svg?label=Updated&logo=github&cacheSeconds=600)](https://github.com/qhy040404/DLUT-gym-auto-reservation/commits)
[![License](https://img.shields.io/github/license/qhy040404/DLUT-gym-auto-reservation.svg?label=License&logo=github&cacheSeconds=2592000)](https://github.com/qhy040404/DLUT-gym-auto-reservation/blob/master/LICENSE)

![GitHub top language](https://img.shields.io/github/languages/top/qhy040404/DLUT-gym-auto-reservation)

## 特性

- 需要自行部署
- 可通过邮件推送预约结果,以及预约失败原因
- 支持多人(自行添加userdata2)
- 例如```user_id2```
- 最后加上
- ```user = reserve.Reserve(user_id2, passwd2, area_name2, place2, time2, mail_user2, mail_pass2)```
- ```result2 = user2.reserve()```

## 依赖项

- [Python](https://www.python.org/downloads/)
- requests
- ```pip install -U requests``` (For Linux)
- ```py -m pip install -U requests``` (For Windows)

## 使用

- 在```main.py```中修改用户数据
- 运行```py main.py```

## 链接

- [BeautyYuYanli/DLUT-login](https://github.com/BeautyYuYanli/DLUT-login)
- [图书馆预约](https://github.com/qhy040404/DLUT-library-auto-reservation)