You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there.
Thank you very much for writing such a nice code.
I have one question.
I have installed the necessary modules, but when I type the commands, they do not work.
"python run_spider.py -h" works fine, but when I type "python run_spider.py -t 0", I get the following. What is the correct way to type it?
Traceback (most recent call last):
File "/Users/PycharmProjects/pythonProject/燕三条/weibo_keyword_1102/Sina_WebCrawler/run_spider.py", line 298, in
main()
File "/Users/PycharmProjects/pythonProject/燕三条/weibo_keyword_1102/Sina_WebCrawler/run_spider.py", line 219, in main
raise ValueError('Need query words for keywords searching')
ValueError: Need query words for keywords searching
By the way, I want to output the results of a keyword search for '燕三条'.
I've just started programming, so I'm sorry for the rudimentary questions.
The text was updated successfully, but these errors were encountered:
Hi there.
Thank you very much for writing such a nice code.
I have one question.
I have installed the necessary modules, but when I type the commands, they do not work.
"python run_spider.py -h" works fine, but when I type "python run_spider.py -t 0", I get the following. What is the correct way to type it?
Traceback (most recent call last):
File "/Users/PycharmProjects/pythonProject/燕三条/weibo_keyword_1102/Sina_WebCrawler/run_spider.py", line 298, in
main()
File "/Users/PycharmProjects/pythonProject/燕三条/weibo_keyword_1102/Sina_WebCrawler/run_spider.py", line 219, in main
raise ValueError('Need query words for keywords searching')
ValueError: Need query words for keywords searching
By the way, I want to output the results of a keyword search for '燕三条'.
I've just started programming, so I'm sorry for the rudimentary questions.
The text was updated successfully, but these errors were encountered: