Skip to content

Commit e1fc461

Browse files
committed
Get Links From Webpage README File Added
1 parent 4817e1c commit e1fc461

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Links From Webpage/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# GeT Links From Webpage
2+
The python script gets all th links from the webpage
3+
4+
What the program does?
5+
- Takes single URL as input at the same time
6+
- Gets all the links
7+
8+
### Requirements
9+
>Python3.6+
10+
>
11+
> pip install -r requirements.txt
12+
13+
14+
### Usage
15+
```
16+
get_links.py [-h] -u URL
17+
18+
Extract Links From Webpage
19+
20+
optional arguments:
21+
-h, --help show this help message and exit
22+
-u URL URL to extract links from
23+
```
24+
25+
### Contribution
26+
Any kind of contributions are welcome
27+
1. Fork the project
28+
2. Commit your changes
29+
3. Open a pull request
30+
31+

0 commit comments

Comments
 (0)