https://github.com/kauefraga/autoquotation
💲 Esse repo pega as cotações do dolar, euro, libra e ouro
https://github.com/kauefraga/autoquotation
python selenium
Last synced: about 2 months ago
JSON representation
💲 Esse repo pega as cotações do dolar, euro, libra e ouro
- Host: GitHub
- URL: https://github.com/kauefraga/autoquotation
- Owner: kauefraga
- License: mit
- Created: 2022-01-13T16:00:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T01:51:27.000Z (about 4 years ago)
- Last Synced: 2025-04-02T23:45:22.827Z (about 1 year ago)
- Topics: python, selenium
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Auto Quotation
Pega as cotações do dólar, euro, libra esterlina e do ouro
## ⬇️ Como instalar (Precisa do python)
```bash
git clone https://github.com/kauefraga/AutoQuotation.git
cd AutoQuotation
pip install -r ./requirements.txt
python src/main.py
```
## 💻 Tecnologias
- [Pandas](https://pandas.pydata.org/docs/getting_started/index.html)
- [Selenium](https://www.selenium.dev/documentation/webdriver/getting_started/)
- [Chrome Driver](https://chromedriver.chromium.org/getting-started)
- [Python](https://www.python.org)
## 📝 Licença
Olhe a [LICENÇA](https://github.com/kauefraga/AutoQuotation/blob/main/LICENSE) para mais informações.
---