File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
WebScrapingScripts/StackOverflow Question Scraper Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments