Skip to content

ChatECNU Documentation

ChatECNU provides Python APIs and command-line tools for ECNU portal access and campus-network access. The daily command is ecnu.

  • Portal


    Login, read the portal home summary, inspect session state, and read user info.

    ecnu home ...

  • Campus network


    Use the PyPI-bundled Linux x86_64 auth_client to check, login, logout, or ensure local network access.

    ecnu net ...

  • Visitor accounts


    Manage ECNU visitor accounts with dry-run support for mutations.

    ecnu visitor ...

  • ChatEnv config


    Store credentials and local network settings under the ecnu type; portal sessions go to the runtime token store.

    View variables

Start Here

Goal Entry
Install and verify Quickstart
Read the command tree CLI Tree
Check capability boundaries Capability Map
Map to Python APIs Interface Tree
Use portal and network commands ECNU Usage