Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
fix: In-course notifications are not displayed correctly
fix: The saved uid is overwritten to empty
feat: Compressing saved states with ZStandard
  • Loading branch information
chettoy committed Apr 25, 2022
1 parent abcdfbe commit 4d8a944
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 268 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__pycache__
debug
temp
star.json
star.*
test.py
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

- [x] Synchronize video playback progress

- [ ] Get message notifications
- [x] Get message notifications


**CLI Client Features:**
Expand Down Expand Up @@ -54,14 +54,15 @@ FxxkStar works with [Python](https://www.python.org/download/) version 3.10 or a

**requirements**

- `lxml`, `beautifulsoup4`, `requests`
- `lxml`, `beautifulsoup4`, `requests`, `zstandard`

You can install requirements with the following command (using TUNA mirror):

```shell
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requests
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple lxml
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple beautifulsoup4
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple zstandard
```


Expand Down
Loading

0 comments on commit 4d8a944

Please sign in to comment.