It's a currency Rates scraper usign fixerio REST API
-mysqlclient -fixerio
pip install mysqlclient
pip install fixerio
or
easy_install mysqlclient
easy_install fixerio
After getting the dependencies run app/app.py
pass to it a currency code and it will show you the current Rate
python app.py USD
changing the app/config.py paramaters accordeing to your Database
if you gonna use docker image don't foreget to add the pramter
to the function
inside app/config.py