GithubHelp home page GithubHelp logo

rodrigobercini / cep-por-endereco-completo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 24 KB

Encontrando CEP a partir de endereços completos // Finding the CEP (brazilian zip code) of a complete address

License: MIT License

Python 100.00%
cep scraper beautifulsoup beautifulsoup4 brasil codigo-postal zipcode python correios ect

cep-por-endereco-completo's Introduction

Finding the CEP (brazilian zip code) of a complete address

Código de Endereçamento Postal (Postal Addressing Code) is the
Brazilian postal code system commonly known as CEP.

WikiPedia

There are several services and libraries that can get an address by providing a CEP number. This repository works the other way around, the input is a complete address and the matching CEP number is the output.

Correios official website endpoint is not available anymore

When I first wrote this piece of code, the Correios website allowed to search for a CEP using its complete address. This is not possible anymore as you can see on this page (the original endpoint):

http://www.buscacep.correios.com.br/sistemas/buscacep/resultadoBuscaCep.cfm

I'm currently using the Mapacep website for the requests.

https://www.mapacep.com.br/

Running an example

  1. Clone the repository:
git clone https://github.com/rodrigobercini/CEP-por-endereco-completo.git
  1. Install the requirements via pip:
pip install -r requirements.txt
  1. Run the example file:
python example.py

Package in PyPI

The package currently available in PyPI is outdaded. I haven't created a CI/CD pipeline when I first uploaded the library and I don't have time to update the files there. Also, I've made some structural changes to the methods and I don't want to break people's projects (even though I highly doubt there is someone using this library).

cep-por-endereco-completo's People

Contributors

rodrigobercini avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.