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

Commit dcd0dfa

Browse files
added readme
1 parent 3672a5e commit dcd0dfa

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# links extractor script
2+
Links extractor is a python script which helps in extracting all the links in a web page.
3+
It goes through all the content in html data and extract data from all anchor tags.
4+
5+
## Libraries used
6+
urllib is a python library used to send request used to website to retrive html content
7+
8+
bs4 is used to extract data from html content
9+
10+
xlwt is a python library used to write data to excel sheet

0 commit comments

Comments
 (0)