/python_beautifulsoup01

Using Beautifulsoup and Python to retrieve deal rules data from Novadax cryptocurrencies exchange.

Primary LanguagePython

python_beautifulsoup01

The aim of this source code is to access the website of the cryptocurrency exchange called Novadax and retrieve the deal rules data. Using BeautifulSoup and Python, it retrieves data and clean it using regular expressions and string replacements, therefore cleaning the data by extracting unuseful characters making possible mathematical operations with those values.

O objetivo deste código-fonte é acessar o site da bolsa de criptomoedas chamada Novadax e recuperar os dados das regras de negociação. Usando BeautifulSoup e Python, ele recupera dados e os limpa usando expressões regulares e substituições de strings, limpando os dados extraindo caracteres inúteis possibilitando operações matemáticas com esses valores.