From c1eb141c813cf635d36f8c4efab7af52d781918d Mon Sep 17 00:00:00 2001 From: John Smith Date: Mon, 14 May 2018 11:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ requirements.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index d47fd50..81978c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # blivedm 获取bilibili直播弹幕,使用websocket协议 + +[协议解释](https://blog.csdn.net/xfgryujk/article/details/80306776) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..296ec3e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests==2.18.4 +websockets==4.0.1