This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
#todo: | |
# 使用python3 | |
# 计算md5,不用文件名来避免重复,储存 | |
# 存储信息:json? pickle? txt?数据库? 要包括 点赞数 记录当前状态下一次继续(可行?) | |
# 改善递归: 循环套递归? | |
# py2exe pyinstall? | |
# beautiful soup |