weibo_terminator_workflow
weibo_terminator_workflow copied to clipboard
No such file or directory: './scraped_corpus/weibo_content.pkl'
Hello, I tried this project but did not make it to save files.
firstly: change firstly of mission function in the main.py to scrap('5979819802')
secondly: git pull origin
thirdly: python3 main.py -i 5979819802
What it turned out to be is indicated as this figure.
So, what should I do please?
BTW, I would like to apply for an uuid and already texted to you on Wechat.
Using r00001
您好,这几天我试了几次,都是跑一半就不行了,大概是账号用得过多了
The solution for this issue: in config.py file, change the directory CORPUS_SAVE_DIR to a folder that exists on your disk. For example, you create a folder manually "weibo_corpus" and change it CORPUS_SAVE_DIR = 'D:/weibo_corpus/'
自己手动在硬盘创建一个文件夹,然后把config.py 里的 CORPUS_SAVE_DIR改成自己建的文件夹的绝对位置 CORPUS_SAVE_DIR = 'D:/weibo_corpus/'