Skip to content

Commit 05ca5b7

Browse files
Merge pull request #1867 from Shreya111111/shreya
added wikipedia scrapper
2 parents 7e6c12a + 41e82a7 commit 05ca5b7

File tree

5 files changed

+248
-0
lines changed

5 files changed

+248
-0
lines changed

Wiki_Scrapper/Deutsch.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//https://en.wikipedia.org/wiki/Deutsch
2+
---Deutsch---
3+
4+
Deutsch or Deutsche may refer to:
5+
6+
Businesses and organisations:
7+
8+
9+
Other uses:
10+

Wiki_Scrapper/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Wikipedia Scrapper
2+
3+
It is basically a technique or a process in which large amounts of data from a huge number of websites is passed through a web scraping software coded in a programming language and as a result, structured data is extracted which can be saved locally in text document.
4+
5+
## Prerequisites
6+
7+
- Python 3.x
8+
- Requests library (`pip install requests`)
9+
- BeautifulSoup library (`pip install beautifulsoup4`)
10+
11+
12+
## Usage
13+
14+
1. Run the `wiki_Scrapper.py` script.
15+
2. Enter the wikipedia url in the right format
16+
3. The data will be scrapped from wikipedia and converted into text file.
17+
4. The text file will be saved.
18+
19+
## Screenshots
20+
21+
22+
![Alt text](<Screenshot 2023-06-21 132230.png>)
23+
24+
25+
26+
27+
## License
28+
29+
This project is licensed under the `MIT License`
30+
31+
## Author
32+
33+
[Shreya Nalawade](Shreya111111)
88.6 KB
Loading

0 commit comments

Comments
 (0)