Skip to content

looeyf/dataPiratesChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Pirates Challenge

This repository contains a solution developed to solve the Data Pirates Challenge proposed by Neoway.

Status: Finished

AboutHow it worksTech Stack

About

The challenge consists to search for zip codes from a URL located in the Brazilian post office website, separate the records by FU, set an ID for each zip code and output it as a JSONL file.


How it works

This project has a python file that performs the necessary functions to complete the challenge.

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: Git, latest stable release of Python3 (3.9.0 to the present date).

In addition, it is good to have an editor to work with the code like VSCode

With everything installed, the following steps, you must do

# Install the following dependencies
$ pip install requests
$ pip install beautifulsoup4

# Clone this repository
$ git clone https://github.com/looeyf/dataPiratesChallenge.git

# Access the project folder cmd/terminal
$ cd dataPiratesChallenge

# Run the .py file
$ python dataPiratesChallenge.py

Wait for the program to finish and open the .JSON file that will be generated at the project folder to see the results. P.S.: JSON files can be opened with your favorite browser.


Tech Stack

The following tools were used in the construction of the project:

About

Teste prático Neoway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages