sudo apt update
sudo apt install python3-pip -y
sudo apt install python3.10-venv -yCompilar da fonte.
git clone https://github.com/dimitryzub/scrape-google-scholar-py.git \
&& cd scrape-google-scholar-py \
&& python3 -m venv env && source env/bin/activate \
&& pip3 install -r requirements.txtPrecisa instalar o Chrome.
sudo apt install x11-apps
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get update
sudo apt install google-chrome-stable -yRodando exemplo
python3 example_usage.py