https://github.com/sporestudio/web-scrapping
Python program to scrape data from Stack Overflow to grab new questions. Scraped data will be stored in MongoDB
https://github.com/sporestudio/web-scrapping
Last synced: 12 months ago
JSON representation
Python program to scrape data from Stack Overflow to grab new questions. Scraped data will be stored in MongoDB
- Host: GitHub
- URL: https://github.com/sporestudio/web-scrapping
- Owner: sporestudio
- License: mit
- Created: 2024-08-10T15:31:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T16:19:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T20:25:27.999Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WEB SCRAPPING IN PYHTON
This project consists in build an scraper in Python to scrape data from StackOverflow to grab new questions (questions title and URL). Scraped data will be stored in MongoDB.
:warning: This app is under development. Keep your expectations low.