KO
|
EN
gitlite — search
Search
#javascript
#docker
#php
#android
#macos
#java
#python
#typescript
#discord
#linux
#macosx
#library
roach
★ 11
Open GitHub ↗
APl collections for CUIT 👀
Download README (.md)
Explore Similar Repositories
cuite
:
(mirror) OCaml bindings to Qt toolkit.
SecondClass
:
cuit第二课堂安卓客户端
cuit-evaluation-helper
:
成都信息工程大学CUIT教务系统自动评教辅助工具
argentina-data-generator
:
Genera números CUIT/CUIL o CBU (Código Bancario Único) para Argentina
laravel-cuit-validator
:
Argentinian CUIT and CUIL Validator
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
roach
?
Download (.md)
<div align="center"> <a href="https://github.com/nonesrc/roach"> <img src="https://s3.bmp.ovh/imgs/2021/12/5918bdb488d11707.png" alt="Logo" width="80" height="80"> </a> <h3 align="center">Roach</h3> <p align="center"> 一个属于CUIT的感觉很齐的API接口集合 <br /> <a href="#"><small>报告问题</small></a> · <a href="#"><small>请求新接口</small></a> </p> <a href="https://github.com/nonesrc/roach/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/nonesrc/roach?style=for-the-badge"></a> <a href="https://github.com/nonesrc/roach/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/nonesrc/roach?style=for-the-badge"></a> <a href="https://github.com/nonesrc/roach/blob/main/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/nonesrc/roach?style=for-the-badge"></a> </div> > 此版本代码不再跟新,开发将转移至next分支 ### 什么是 Roach Roach 让获取 CUIT 信息更为简单,只需提供入学生账号(目前)就可以获取如**计算中心**,**教务处**等登录信息。 ### 特点 - [x] Node + TS。 - [x] 提供插件系统,方便自行扩展。 - [x] 源码简单,新手可读。 ### 开发 ```javascript npm i npm run dev ``` ### 生产 ```javascript npm run build node .\dist\roach.js ``` 也可以配合 ts-node 直接上 TS。 ### 提供功能(目前) 所有功能基实现于外网认证方式,即通过 webVPN 账号登陆。 - [x] 计算中心认证 - ccAuth - [x] webVPN 认证 - easyAuth - [x] sso 单点登录认证 - ssoAuth - [x] 教务处认证 - eduAuth ### 架构 <img src="https://s3.bmp.ovh/imgs/2021/12/cc969ef1dff8fe2a.png" alt="drawing" style="width:80%;"/> ### 许可 MIT.