- Examples scripts python 3
first clone or download the repository
git clone https://github.com/tauasilva/scriptsPython.git
After that you can install the dependencies by executing the following command in the root folder of the project
pip install -q requests
Development Mode
Run the following script to start the aplicattion on development mode with a watcher for file changes
python3 timeLoop/timerLoop.py
timeLoop
Exemplo de uso timer loop que verifica o preço do dolar minuto a minuto.
Tauã Fagundes da Silva