Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maen08/web-scraping-tool
This is an automation-script helping coders to find solution from stackoverflow. No clicks!! :)
https://github.com/maen08/web-scraping-tool
Last synced: 10 days ago
JSON representation
This is an automation-script helping coders to find solution from stackoverflow. No clicks!! :)
- Host: GitHub
- URL: https://github.com/maen08/web-scraping-tool
- Owner: maen08
- Created: 2020-05-12T08:33:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:51:15.000Z (about 2 years ago)
- Last Synced: 2023-08-17T04:27:57.521Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-scraping-tool
This is an automation-script helping coders to find solution from stackoverflow. No clicks!! :)## Getting Started and Run it !
Download or clone the repository then from there you're good to go!In your project directory:
- Activate the virtual environment: `source venv/bin/activate`
- Install all packages and dependencies required: `pip install -r requirements.txt`
- Run the script: `python3 webscraper.py`#### happy debbuging...!!