Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit dba3076

Browse files
Update README.md
1 parent dcd0dfa commit dba3076

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# links extractor script
1+
# Links extractor script
22
Links extractor is a python script which helps in extracting all the links in a web page.
33
It goes through all the content in html data and extract data from all anchor tags.
44

55
## Libraries used
6-
urllib is a python library used to send request used to website to retrive html content
6+
* urllib is a python library used to send request used to website to retrive html content
77

8-
bs4 is used to extract data from html content
8+
* bs4 is used to extract data from html content
99

10-
xlwt is a python library used to write data to excel sheet
10+
* xlwt is a python library used to write data to excel sheet

0 commit comments

Comments
 (0)