GitHunt
AP

AprilNEA/XJTLU

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

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.

Languages

Python100.0%

Contributors

GNU General Public License v3.0
Created October 22, 2023
Updated August 31, 2024
AprilNEA/XJTLU | GitHunt