Skip to content

ravichoudhary98/Web_Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

web_scraping

scrap websites hypertext , text and devide them by categorys and collect in sitedata_enterprises.xls.

#import webdriver from selenium
from selenium import webdriver

#import BeautifulSoup from bs4
from bs4 import BeautifulSoup

#import sleep from time
from time import sleep

#import pandas as pd
import pandas as pd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages