Skip to content

raulsedano2410/Scraper-www.segip.gob.bo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scraper_Bolivia

Interior Ministry page

Need :


  • Enter the Bolivian "General Personal Identification Service"
    page and Create a File with the addresses of all the Identity
    Registry Offices.

website:          www.segip.gob.bo


Library:


from selenium import webdriver
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
from webdriver_manager.chrome import ChromeDriverManager
import time
from time import sleep
import numpy as np
import pandas as pd
from pandas import Series,DataFrame
import re

About

Address extraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published