ericfourrier / scrape-linkedin

Scrape a public LinkedIn profile.
MIT License
152 stars 51 forks source link

Make filename compatible with Windows? #6

Closed neilalex closed 6 years ago

neilalex commented 6 years ago

Hi Eric,

I'm excited to try your package!

I'm having trouble installing it or cloning it, though, I think because in the data directory there's a file named "<div class="wrapper hp-nus-wrapper">.txt". This is creating an issue for me on Windows, since characters like < and > aren't supported in filenames... git and pip both just die. Is this filename critical or any chance it could be tweaked slightly?

Thank you again for this package!

Neil

AlcherBlack commented 6 years ago

+1

ericfourrier commented 6 years ago

Should be fixed ! Thanks for the feedback. Tell me if it is working now on Windows

neilalex commented 6 years ago

That seemed to fix it for me. Thank you!