Metadata-Version: 2.1
Name: ji-coursesel
Version: 0.0.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/0M3EJMGSq8Qrc4M7izJjrPfhZ.svg)](https://asciinema.org/a/0M3EJMGSq8Qrc4M7izJjrPfhZ)

## Pre-requirements

Python >=3.7

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

## Getting started

Show the help manual:

```bash
ji-coursesel
```

Initialize:

```bash
ji-coursesel init
```

Refresh JSESSIONID:

```bash
ji-coursesel refresh
```

Elect:

```bash
ji-coursesel elect
```

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

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

