We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 requirement browser_cookie3 to run the script.
browser_cookie3
Besides, Multipule denpendencies need to be installed before pip3 install -r requirements.txt
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
sudo apt-get install libxml2-dev libxslt1-dev libssl-dev
pip3 install browser_cookie3
Please consider an INSTALLASION file.
The text was updated successfully, but these errors were encountered:
And code is buggy. Please move import getpass to the head of file and revise login function.
import getpass
Sorry, something went wrong.
No branches or pull requests
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:
Fix:
sudo apt-get install libxml2-dev libxslt1-dev libssl-dev
pip3 install browser_cookie3
Please consider an INSTALLASION file.
The text was updated successfully, but these errors were encountered: