Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing requirements. #3

Open
DKingAlpha opened this issue Apr 18, 2017 · 1 comment
Open

Missing requirements. #3

DKingAlpha opened this issue Apr 18, 2017 · 1 comment

Comments

@DKingAlpha
Copy link

Missing requirement browser_cookie3 to run the script.

Besides,
Multipule denpendencies need to be installed before pip3 install -r requirements.txt

Packages are listed below:

APT PKG            (Py3 PKG)
libxml2-dev        (lxml)               # Might also need libxslt1-dev
libssl-dev         (cryptography)       # Dep. of browser_cookie3

Fix:
sudo apt-get install libxml2-dev libxslt1-dev libssl-dev
pip3 install browser_cookie3

Please consider an INSTALLASION file.

@DKingAlpha
Copy link
Author

And code is buggy.
Please move import getpass to the head of file and revise login function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant