Metadata-Version: 2.1
Name: ji-coursesel
Version: 0.1.2
Summary: CLI Interface for JI Coursesel
Author: linsyking
Author-email: linsy_king@sjtu.edu.cn
License: MIT License
Keywords: cli,course
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# JI-Coursesel CLI

[![asciicast](https://asciinema.org/a/548667.svg)](https://asciinema.org/a/548667)

## Pre-requirements

Python >=3.7

```bash
pip install ji-coursesel
```

## Getting started

Show the help manual:

```bash
ji-coursesel
```

Initialize:

```bash
ji-coursesel auth
```

Refresh JSESSIONID:

```bash
ji-coursesel refresh
```

Elect:

```bash
ji-coursesel elect
```

Specify the threads number for each course (recommended to use 1 when testing):

```bash
ji-coursesel elect -x 1
```

