Skip to content

sakshMG/webscraping_web3.0.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webscraper for web3.com

Simple web scraper for the website web3.career

Description

This simple web scraper extracts list of companies as well as job descriptions. You add all the links you want to be scraped from web3.career and saves data in either a .txt file for companies or a .csv file for job descriptions as well.

Getting Started

Installing

Install the required python libraries using the following command.

pip install -r requirements.txt

Executing program

  • To scrape companies:
    • Add your links to the URLs list
    • Change the file name to what you desire
    • Run the following command
python3 src/web3_scraping_companies.py   
  • To scrape job descriptions
    • Add your links to the URLs list
    • Change the file name to what you desire
    • Run the following command
python3 src/web3_scrapping_job_descriptions.py  

Help

Reference when adding links and changing file names.

  • Adding Links Image 1

  • Changing file names Image 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages