Skip to content

pavelrosh/currency_exchange_test_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install and configure?

  • git clone https://github.com/pavelrosh/currency_exchange_test_task.git
  • python3 -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • Create file named .env and put there next info: KEY=your-api-key

How to run?

  • run scheduler.py

Note about API Key security

I've used environmental variables for this purpose.

About

Script that write daily currency exchange rate using API and schedule library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages