Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aprilnea/xjtlu
This is how to get all the network resources of XJTLU.
https://github.com/aprilnea/xjtlu
crawler gateway http-auth python spider web-crawler xjtlu
Last synced: about 8 hours ago
JSON representation
This is how to get all the network resources of XJTLU.
- Host: GitHub
- URL: https://github.com/aprilnea/xjtlu
- Owner: AprilNEA
- License: gpl-3.0
- Created: 2023-10-22T07:38:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T12:43:21.000Z (about 1 year ago)
- Last Synced: 2024-05-02T01:27:03.860Z (7 months ago)
- Topics: crawler, gateway, http-auth, python, spider, web-crawler, xjtlu
- Language: Python
- Homepage: https://xjt.lu
- Size: 24.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:**
- Node.js: [XJTLU-Node](https://github.com/AprilNEA/XJTLU-Node)
- Rust: ~~[XJTLU-Rust](https://github.com/AprilNEA/XJTLU-Rust)~~## Usage
```shell
pip install xjtlu
```## Coverage
| App | Direct | SSO Direct | SSO OAuth/SAML2 |
|:------------:|:------------------:|:------------------:|:------------------:|
| SSO | :heavy_check_mark: | :o: | :o: |
| LMO(Current) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| LMO(Archive) | :heavy_check_mark: | :heavy_check_mark: | :x: |
| AMS | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| EJourney | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |## Example
```python
from xjtlu import AuthEngineasync def main():
app = AuthEngine("San.Zhang23", "ffffff")
await app.sso_login()if __name__ == '__main__':
import asyncioasyncio.run(main())
```## FAQ
**What's this?**
I don't know.
## License
All the files are licensed under [GPL-3.0](./LICENSE).