Skip to content

In this project i scraped data from algerian avocat website: https://avocatalgerien.com/ , using beautifulsoup and selenium i also saved all data in mysql database

Notifications You must be signed in to change notification settings

manelderrouaz/Algerian-avocat-web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avocat-algerien-web-scraping

In this project i scraped data from avocat algerien website: https://avocatalgerien.com/ , using beautifulsoup and selenium i also saved all data in mysql database

To run the scraping code you need first to install:

beautifulsoup:

          pip install beautifulsoup4

selenium:

         pip install selenium

MySQL client & connector:

          pip install mysqlclient

          pip install mysql-connector-python 

you need to create the database tables in file: "lawyers_data" for the first time using the queries in "dbcreation.txt"

make sure your MySql server is running

to run the scrapping code:

                 python lawyers_data.py 

OR you can generate the database using the queries in file "gl_data.sql"

About

In this project i scraped data from algerian avocat website: https://avocatalgerien.com/ , using beautifulsoup and selenium i also saved all data in mysql database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages