Skip to content

AprilLabs/XJTLU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XJTLU

Terms and Conditions

Warning

This project is open source under the GPL-3.0 license without any warranty, i.e.:The authors and all contributors to this project will not provide any technical support and will not be responsible for any damages you may incur!.

If you are using this project for data crawling work, please be sure to read the Terms and Conditions of Service (ToS) of the relevant object first.


Other language implementations:

Usage

pip install xjtlu

Coverage

App Direct SSO Direct SSO OAuth/SAML2
SSO ✔️
LMO(Current) ✔️ ✔️ ✔️
LMO(Archive) ✔️ ✔️
AMS ✔️ ✔️ ✔️
EJourney ✔️ ✔️ ✔️

Example

from xjtlu import AuthEngine


async def main():
    app = AuthEngine("San.Zhang23", "ffffff")
    await app.sso_login()


if __name__ == '__main__':
    import asyncio

    asyncio.run(main())

FAQ

What's this?

I don't know.

License

All the files are licensed under GPL-3.0.

About

This is how to get all the network resources of XJTLU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%