Skip to content

Commit dc32ca4

Browse files
committed
updated README.d
1 parent d081c73 commit dc32ca4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
This python script focuses on retreving all the webpages links from a giver Url
2+
This link can also be present inside a button or an action
3+
4+
First we need to install 3 packages and they are
5+
ssl
6+
This can be install by using pip install ssl
7+
8+
urrlib
9+
This can be install by using pip install urrlib
10+
11+
BeautifulSoup4
12+
This can be installed by using BeautifulSoup4
13+
14+
Then we just need to run the file and we should give a valid url site as input
15+
16+
The program then access the website and returns all the links present in the website

0 commit comments

Comments
 (0)