Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 690 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 690 Bytes

CurrencyRatesScraper

It's a currency Rates scraper usign fixerio REST API

dependencies

-mysqlclient -fixerio

installing

pip install mysqlclient
pip install fixerio

or

easy_install mysqlclient
easy_install fixerio

Usage

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

Notice

don't forget

changing the app/config.py paramaters accordeing to your Database

Docker image

if you gonna use docker image don't foreget to add the pramter

port=3307

to the function

connect()

inside app/config.py