Skip to content

This web scraper is built with FastAPI to receive an address input from users. It utilizes Selenium to interact with the Alconnect website, where it retrieves the HTML content of the page corresponding to the provided address. After retrieving the HTML, it parses the content to extract relevant information.

Notifications You must be signed in to change notification settings

Local-Connectivity-Lab/ccn-coverage-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before using this webscraper, run these commands in the terminal

pip install uvicorn
pip install fastapi
pip install bs4

About

This web scraper is built with FastAPI to receive an address input from users. It utilizes Selenium to interact with the Alconnect website, where it retrieves the HTML content of the page corresponding to the provided address. After retrieving the HTML, it parses the content to extract relevant information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.2%
  • Dockerfile 6.8%