Skip to content

Ashutosh-730/india-mapia-pincode-web-scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Web-Scrapping of IndiaMapia for pincode details.

This script will look for the list of given pincodes on IndiaMapia website and store the details of the pincodes in a csv file.

Tech Stack

Packages Used: bs4, requests, csv, random, time

How to Run

Prerequisites

python3 must be pre-installed in your system to run this script.

Clone the project

  git clone https://github.com/Ashutosh-730/india-mapia-pincode-web-scrapping

Go to the project directory

  cd india-mapia-pincode-web-scrapping

Install dependencies

  pip3 install -r requirements.txt

Put the list of pincodes in main.go file in the following list for which you want the data

if __name__ == "__main__":
    # list of pincodes for which you want to collect data from indiamapia.com
    pincodes = [202524, 440009, 733213] 

Start the script

  python3 main.py

Authors

🚀 About Me

I'm a full stack developer...

🛠 Skills

Languages: Python, Golang, JavaScript, Solidity, HTML, CSS

Library: ReactJS, ExpressJS, NodeJS, Pandas, Numpy

Database: MySQL, MongoDB

Cloud: AWS

Others: Data Structures, Algorithms, GitHub, Nx-CAD, AutoCAD, SolidWorks.

Feedback

If you have any feedback, please reach out to me at ashutoshy730@gmail.com

About

Web-Scrapping of IndiaMapia website for Pincode details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages