Metadata-Version: 2.1
Name: learner-board
Version: 1.0.0
Home-page: https://github.com/cyan-io/learner-board
Download-URL: https://github.com/cyan-io/learner-board/releases
Author: Cyan@https://github.com/cyan-io
Author-email: cyan-io@outlook.com
License: MPL 2.0
Platform: any
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: prettytable

<center><h1>Learner-Board</h1></center>

<center>为老师和助教开发的 <a  href="https://www.learnerhub.net">知士荟</a> issue面板</center>

## INSTALL

```shell
pip install leaner-board -i 
```

## USAGE

```shell
lboard -p <space id>
```

specifically

```text
lboard -h
usage: lboard [-h] [-p PAGE_COUNT] spaceid

positional arguments:
  spaceid               you can find it in space's url, generally a
                        number

options:
  -h, --help            show this help message and exit
  -p PAGE_COUNT, --page_count PAGE_COUNT
                        pages to fetch
```

how to find `space id` ？

https://www.learnerhub.net/#/spaces/<spaceid>/

## EXAMPLE

```shell
lboard 478
```

```text
lboard 478
+---+---------+------------------------------------------------------------+
| S |   Date  |                           Title                            |
+---+---------+------------------------------------------------------------+
| ? | 03/24 7 |                 如何计算某年某月一日是周几                 |
|   |         |  🔗 https://www.learnerhub.net/#/spaces/478/issues/13035   |
| ? | 03/23 6 |   犯二的程度-只有一个测试集过不了，想知道问题出现在哪里    |
|   |         |  🔗 https://www.learnerhub.net/#/spaces/478/issues/13033   |
……
```



