Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tddschn/fudan-jwc-news
Read Fudan JWC News from your terminal
https://github.com/tddschn/fudan-jwc-news
fudan fudan-university news terminal
Last synced: about 1 month ago
JSON representation
Read Fudan JWC News from your terminal
- Host: GitHub
- URL: https://github.com/tddschn/fudan-jwc-news
- Owner: tddschn
- License: mit
- Created: 2022-04-30T03:39:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T06:42:10.000Z (over 1 year ago)
- Last Synced: 2024-08-10T07:51:59.529Z (4 months ago)
- Topics: fudan, fudan-university, news, terminal
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fudan-jwc-news
Read Fudan JWC News from your terminal.
Never check [JWC](https://jwc.fudan.edu.cn/) again!
- [fudan-jwc-news](#fudan-jwc-news)
- [Installation](#installation)
- [pipx](#pipx)
- [pip](#pip)
- [Usage](#usage)
- [Example output](#example-output)
- [See also](#see-also)## Installation
### pipx
```
pipx install fudan-jwc-news
```### pip
```
pip install fudan-jwc-news
```## Usage
```
Usage: jwc-news [OPTIONS]Options:
-l, --limit INTEGER RANGE limit the number of news [default: 14;
x<=14]
-o, --output PATH output file, default is stdout
-f, --force-update do not use cache and force update
-v, --version Show the application's version and exit.
--install-completion [bash|zsh|fish|powershell|pwsh]
Install completion for the specified shell.
--show-completion [bash|zsh|fish|powershell|pwsh]
Show completion for the specified shell, to
copy it or customize the installation.
--help Show this message and exit.
```## Example output
```
$ jwc-news -l 2
04-29 关于2022年春季学期复旦大学水平测试(补测试)考试通知
http://www.jwc.fudan.edu.cn/bf/be/c25325a442302/page.htm04-29 2022年春季学期本科学生转专业报名名单
http://www.jwc.fudan.edu.cn/bf/bc/c25325a442300/page.htm```
## See also
- https://github.com/tddschn/fudan-utils : Get your grades from command line, and more