Skip to content

JulioCesarBehenckChaves/vector-db-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vector-db-scripts

google scholar

Ref

How to get Google Scholar metadata given by keywords?

pip install inUbuntu 20.04

sudo apt update
sudo apt install python3-pip -y
sudo apt install python3.10-venv -y

Ref scrape-google-scholar-py

Compilar 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.txt

Precisa instalar o Chrome.

Link

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 -y

Rodando exemplo

python3 example_usage.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages