/web_scraper

Learning web scraping and getting content from websites

Primary LanguagePythonMIT LicenseMIT

web_scraper

Learning web scraping and getting content from websites freelancers_parsing.py -> first attempt, using mechanicalsoup parsing freelancers_sele.py -> second attempt, using primary selenium approach freelancers_req.py -> third and currently last approach, using requests library and subsequent parsing

Install

Have python 3+, pip install -r requirements.txt

Use

freelancers_req.py --website https://www.freelance.de

Code visualised

Visualization of the codebase