Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📍Pincode Data Collector

This Python project fetches geolocation data (latitude, longitude, city, etc.) for a list of Indian PIN codes using the RapidAPI - India Pincode with Latitude and Longitude service, and saves the results into a CSV file.

🛠 Features

  • Fetches location data for Indian PIN codes
  • Uses the RapidAPI endpoint for real-time information
  • Automatically stores the data into a CSV (Pincode.csv)
  • Skips invalid or unresponsive PIN codes

📦 Dependecies

Install them using:

pip install pandas requests python-dotenv

🔐 Setup

Create a .env file in your project directory and add your API key:

API_KEY=your_rapidapi_key_here
  • ⚠️ Make sure to exclude .env from version control by adding it to .gitignore.

🚀 How to Run

  • Add your list of PIN codes
  • Add your API Key
  • Run the Jupyter Notebook

📁 Output

  • Pincode.csv — Contains all the collected geolocation data

Authors

🧾 License

This project is open source and free to use under the MIT License

About

This Python project fetches geolocation data (latitude, longitude, city, etc.) for a list of Indian PIN codes and saves the results into a CSV file.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages