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

Commit f58f51b

Browse files
authored
Merge pull request #265 from KaiReichart/master
added README for Project All Links from given Webpage
2 parents d571727 + 5260829 commit f58f51b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# All Links from given Webpage
2+
3+
This script retrieves all links from a given Webpage and saves them as a tct file
4+
5+
### Prerequisites
6+
Required Modules
7+
- BeautifulSoup4
8+
- requests
9+
10+
to install:
11+
```
12+
$ pip install -r requirements.txt
13+
```
14+
15+
### How to run the script
16+
``` bash
17+
$ python get_links.py
18+
```
19+
You will then be asked which webpage you would like to analyze.
20+
After that the extracted links will be saved as an array in `myLinks.txt`.
21+
22+
23+
## *Author Name*
24+
Kai Reichart
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
beautifulsoup4==4.9.2
2+
requests==2.24.0

0 commit comments

Comments
 (0)