We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4817e1c commit e1fc461Copy full SHA for e1fc461
Links From Webpage/README.md
@@ -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