API wrapper for DolarPy https://dolar.melizeche.com https://github.com/melizeche/dolarPy
pip install dolarpy
import dolarpy
providers = dolarpy.get_providers() # 'bcp', 'maxicambios', 'cambioschaco', etc...
dolar_referencial = dolarpy.get() # default: BCP referencial_diario
dolar_compra_chaco = dolarpy.get_compra(provider='cambioschaco')
dolar_venta_maxi = dolarpy.get_venta(provider='maxicambios')
- Python 2.7 or 3+
- requests==2.18.4
- git clone [email protected]:melizeche/dolarpy-wrapper-python.git
- virtualenv env
- source env/bin/activate
- pip install -r requirements.txt
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Testing
ProperExtend documentation- More API methods
- Marcelo Elizeche Landó
This project is licensed under the terms of the MIT license - see the LICENSE file for details