Browse Source

Automatic Commit By liuyuqi

liuyuqi-dellpc 7 months ago
parent
commit
153005116b
2 changed files with 4 additions and 2 deletions
  1. 1 0
      README.md
  2. 3 2
      crawl_yuque/yuque.py

+ 1 - 0
README.md

@@ -14,4 +14,5 @@ python main.py
 
 ## License
 
+Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)
 

+ 3 - 2
crawl_yuque/yuque.py

@@ -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
-