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
- run
scheduler.py
I've used environmental variables for this purpose.