Skip to content

ki-william/CurrencyRatesScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published