Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,4 @@ pyrightconfig.json

# End of https://www.toptal.com/developers/gitignore/api/python,macos

internal-assets/

# Visual Studio Code
.vscode/
internal-assets/
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ An unofficial Python library for CHZZK. **Caution**: APIs are currently experime
pip install python-chzzk
```

> [!NOTE]
> 지금 보고 계시는 fork 버전인 `zer0ken/python-chzzk`을 설치하려면 다음 명령어를 실행하세요.
> ```
> pip install -e git+https://github.com/zer0ken/python-chzzk.git@main#egg=python-chzzk
> ```

## Usage
```python
import asyncio
Expand Down