Skip to content

Commit 9e35881

Browse files
authored
Update README.md
1 parent b23594f commit 9e35881

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

WebScraping/README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
# WebScraping-Local-Website
1+
# WebScraping-Local-Website
2+
3+
In this code we are fetching information from a local website about job listing available, filters them out according to skills and saves the output
4+
in a local file
5+
6+
This program is able to fetch the:
7+
* Job Title/Role needed
8+
* list all skills needed for the specific job
9+
* A link for the job application
10+
11+
The code is also able to filter out unwanted skills so that you get job listings related to a particular skill set
12+
13+
#### Sample Output
14+
![](https://github.com/larymak/Python-project-Scripts/blob/main/WebScraping/posts/Capture.PNG)
15+
16+
### Packages used
17+
- BeautifulSoup
18+
- requests
19+
20+
### Challenges encountered:
21+
- The only maim challenge encountered was trying to find the exact elements that would relay the information back correctly (find element by ID, x-path, class and find_all)
22+
- In overall it was a nice practice on webscrapping bit and an educative one too
23+
24+
25+
Enjoy Coding ❤

0 commit comments

Comments
 (0)