@@ -14,4 +14,5 @@ python main.py
## License
+Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)
@@ -9,8 +9,10 @@
import os,sys,re,requests
class CrawlYuque(object):
-
+ """ Crawl Yuque API """
+
def __init__(self):
+ """ init """
self.sess=requests.Session()
def run(self):
@@ -18,4 +20,3 @@ class CrawlYuque(object):
def get_token(self):
pass