IgnoredAmbience / yahoo-group-archiver

Scrapes and archives a Yahoo groups email archives, photo galleries and file contents using the non-public API
MIT License
93 stars 46 forks source link

README.md usage instructions need a few tweaks #95

Closed sberl closed 4 years ago

sberl commented 4 years ago

I just installed on my MacOS system. In the "usage" section it says to use the command "pip install -r requirements.txt", but on my system this did not work. I needed to use the command "sudo pip install -r requirements.txt".

Also the instructions for getting the cookie values in Chrome say to use the "circled letter i", but on my browser window I needed to click the little padlock icon in front of the URL instead.

IgnoredAmbience commented 4 years ago

I need to have a think about improving these instructions in general, they're certainly aimed at people familiar with python at present, which isn't a good situation for accessibility. Though, I'm unwilling to suggest people use the system install path for these packages, and the --user install path seems to break on some people's systems.

Thanks for the suggestion to use the padlock, I think it depends whether you go to the http or https version of the website, added both to the readme.

IgnoredAmbience commented 4 years ago

Will track the packaging issue on #97.