File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed
automaticwebsiteurlscraper.py Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
- This python script focuses on retreving all the webpages links from a giver Url
1
+ <h1 align =" center " >Automated Url Scraper</h1 >
2
+ <p >This python script focuses on retreving all the webpages links from a giver Url
2
3
This link can also be present inside a button or an action
4
+ </p >
5
+ <h2 >Libraries needed are</h2 >
3
6
4
- First we need to install 3 packages and they are
5
- ssl
6
- This can be install by using pip install ssl
7
+ < ul >< h3 >ssl</ h3 >
8
+ < p >This can be install by using pip install ssl</ p >
9
+ </ ul >
7
10
8
- urrlib
9
- This can be install by using pip install urrlib
11
+ < ul >< h3 > urrlib</ h3 >
12
+ < p > This can be install by using pip install urrlib</ p ></ ul >
10
13
11
- BeautifulSoup4
12
- This can be installed by using BeautifulSoup4
14
+ <ul ><h3 >BeautifulSoup4</h3 >
15
+ <p >This can be installed by using BeautifulSoup4</p >
16
+ </ul >
13
17
14
- Then we just need to run the file and we should give a valid url site as input
18
+ <h2 >Inputs</h2 >
19
+ <p >we need ot give A valid website link as input</p >
20
+ <h2 >Outputs</h2 >
15
21
16
- The program then access the website and returns all the links present in the website
22
+ < p > The program access the website and returns all the links present in the website</ p >
You can’t perform that action at this time.
0 commit comments