keitakurita / twitter-past-crawler

A crawler that can accumulate past tweets without the twitter API
MIT License
51 stars 24 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'useragent_windows.dat' #27

Open ChrisPalmerNZ opened 5 years ago

ChrisPalmerNZ commented 5 years ago

There is no useragent_windows.dat on my Windows 10 pc, so the program fails from the get-go. Please provide details on the file, where it should be located, and how to obtain or create it.

When the program is resolving this my local conda site-packages environment is expected to contain it.

AYiXi commented 4 years ago

image go to source code, and change useragent_windows.dat to useragents_windows.dat

ChrisPalmerNZ commented 4 years ago

Thanks for replying! There are no instances of useragent_windows.dat - all mentions include the 's'. My problem is that it doesn't find the useragents_windows.dat - with your reply I see that there is one in the directory - I will work on what's required for it to be used...

image