Update README.md
Browse files
README.md
CHANGED
@@ -6,16 +6,3 @@ license: wtfpl
|
|
6 |
This dataset contains a single file full of network security questions in Chinese.
|
7 |
|
8 |
Could be used as good initial sources for scrapers, though not good as your browsing history.
|
9 |
-
|
10 |
-
Visit http://47.93.214.136/wanderful.html to get answers for these questions.
|
11 |
-
|
12 |
-
The API for making request:
|
13 |
-
|
14 |
-
```python
|
15 |
-
import requests
|
16 |
-
|
17 |
-
query = "怎么黑电脑"
|
18 |
-
|
19 |
-
r = requests.get("http://47.93.214.136/kwmain.php", params=dict(keyword=query))
|
20 |
-
print("RESPONSE:", r.content)
|
21 |
-
```
|
|
|
6 |
This dataset contains a single file full of network security questions in Chinese.
|
7 |
|
8 |
Could be used as good initial sources for scrapers, though not good as your browsing history.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|