Skip to content

Commit cdf888d

Browse files
committed
Upadted README.md
1 parent dc32ca4 commit cdf888d

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed
Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
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
23
This link can also be present inside a button or an action
4+
</p>
5+
<h2 >Libraries needed are</h2>
36

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>
710

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>
1013

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>
1317

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>
1521

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>

0 commit comments

Comments
 (0)