Skip to content

Parse rbc.ru cash currencies using Tornado httpclient

Notifications You must be signed in to change notification settings

madzohan/rbc_currencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbc.ru currencies parser

Installation

  • pip3 install pipenv
  • pipenv install

Running

> pipenv run python script.py USD
+--------+-------+--------+
| Time   |   Buy |   Sell |
+========+=======+========+
| 23:36  | 67.05 |  64.93 |
+--------+-------+--------+

> pipenv run python script.py EUR
+--------+-------+--------+
| Time   |   Buy |   Sell |
+========+=======+========+
| 23:36  |  76.4 |  74.15 |
+--------+-------+--------+

About

Parse rbc.ru cash currencies using Tornado httpclient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages