sunilsj99 / adcuratio-assignment

adcuratio assignment solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adcuratio Assignment Solution : Sunil Kumar Jain

Below are the steps to run the adcuratio.py and scrap the data from the link

Installing the dependencies

  • Make sure you have python3 installed.
  • Installing the requests module to make URL request.
    pip install requests
  • Installing the BeautifulSoup module to scrap the data.
    pip install beautifulsoup4
  • Installing the pymongo module to connect to MongoDB.
    pip install pymongo

Running the Script

  • Download the repository or use the command
    git clone https://github.com/sunilsj99/adcuratio-assignment.git
  • Open the terminal inside the source folder and use command
    python adcuratio.py

Output

Output

About

adcuratio assignment solution


Languages

Language:Python 100.0%