Skip to content

srioboo/seo-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seotools

Some tools to retrieve and manage SEO data

Install requirements

It can be done in two ways

  1. (Recomended) use requirements.txt (*)

    pip install -r requirements.txt
  2. (Manual) install each python library individually

    pip install beautifulsoup4
    
    pip install requests
    
    pip install lxml
    
    pip install cloudscraper

NOTE: in wsl enviroment could be necesary to create a virtual env, in this case proceded as follow:

python3 -m venv path/to/venv

cd path/to/venv
source bin/activate

About

Some tools to retrieve SEO data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published