SarthakRout / PClub-Scraping

This is a repo for PClub Recruitment Test - Scraping .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PClub-Scraping

This is a repo for PClub Recruitment Test - Scraping .

Scraper.py

This python program asks for a URL as input and saves the output in a file named 'projects.csv' .
To run it, navigate to the directory in which the program is stored and in terminal :

  python scraper.py

Required Libraries:

  • bs4
  • requests

Checker.py

This python program takes a CSV file and a JSON object as input and outputs the result to stdout . To run it, navigate to the directory in which the program is stored and in terminal :

  python checker.py

Required Libraries:

  • csv
  • json

About

This is a repo for PClub Recruitment Test - Scraping .


Languages

Language:Python 100.0%