Skip to content

Commit 678633e

Browse files
authored
Update README.md
1 parent d998060 commit 678633e

File tree

1 file changed

+26
-0
lines changed
  • WebScrapingScripts/StackOverflow Question Scraper

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1+
# StackOverflow Question Scraper
12

3+
## Aim
4+
5+
The main Aim of the project is to scrape 50 questions from StackOverflow and store it in a serialized format like a JSON file.
6+
7+
## Purpose
8+
9+
The purpose of the project is to provide a fast way in which a user can easily see the top questions based on the tag.
10+
11+
## Setup instructions
12+
13+
- The Script uses BeautifulSoup to scrape contents from the Website.
14+
- To avoid any version change run `pip install -r requirements.txt` in your terminal
15+
- After installing the dependencies run `python scrape.py`
16+
- Enter the tag you want to scrape and the filter and now you are good to go.
17+
18+
19+
## Output
20+
21+
![](./images/execution.png)
22+
<br/><br/><br/>
23+
![](./images/ouput.png)
24+
25+
## Author
26+
27+
[Vivek Kumar Singh](https://github.com/vivekthedev)

0 commit comments

Comments
 (0)