Skip to content

Commit

Permalink
提取 V2 代码
Browse files Browse the repository at this point in the history
  • Loading branch information
yu961549745 committed Oct 11, 2017
1 parent bbcc958 commit b604e9b
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 48 deletions.
15 changes: 0 additions & 15 deletions http.txt

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion run.py → py_v2/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
url = 'https://weibo.com/aj/filter/block?ajwvr=6' # 微博屏蔽的接口

black_list = [] # 初始化黑名单id,按行导入
with open('test.txt', 'r') as reader:
with open('../list.txt', 'r') as reader:
while True:
black_id = reader.readline()
if black_id:
Expand Down
File renamed without changes.
16 changes: 0 additions & 16 deletions remove.txt

This file was deleted.

9 changes: 0 additions & 9 deletions remove_list.m

This file was deleted.

7 changes: 0 additions & 7 deletions unique_list.m

This file was deleted.

0 comments on commit b604e9b

Please sign in to comment.