Example #1
0
def main():
    spider = Spider()
    spider.run()
    articles = Articles()
    articles.test_proxy()
    articles.start()
Example #2
0
from weixin.spider import Spider

if __name__ == '__main__':
    spider = Spider()
    spider.run()