Skip to content
/ rates Public

Tinkoff Bank debit card rates and suggestions script

Notifications You must be signed in to change notification settings

d3QUone/rates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinkoff-Bank debit card rates and suggestions script

Workflow with the current config:

Example output

Description

Скрипт работает с официальными курсами валют для дебетовых карт Тинькофф-банка, предлагает варианты арбитража.

Лучше всего использовать в паре с https://tinkoffrates.ru

How to

Setup, A - global

  1. Install dependencies: pip install -r requirements.txt

  2. Create the Alias to reach fast response in .bash_profile (OSX): type nano ~/.bash_profile and add

alias rates="cd path/to/rates/folder/ && python main.py"

where you must replace path/to/rates/folder/ with the real path.

Setup, B - localized (recommended)

  1. Create virtual environment in project folder: virtualenv venv

  2. Install dependencies: venv/bin/pip install -r requirements.txt

  3. Create the Alias to reach fast response in .bash_profile (OSX): type nano ~/.bash_profile and add

alias rates="cd path/to/rates/folder/ && venv/bin/python main.py"

where you must replace path/to/rates/folder/ with the real path.

E.g. on my machine the command is:

alias rates="cd /Users/vladimir/Desktop/rates && venv/bin/python main.py"

and I launch this only by typing rates.

Usage

Edit the config.yaml file with your money amount and just run the script.

Future steps

  • Add command line arguments and different work-mods
  • Add more suggestions
  • Add more arbitrate cases

Copyright 2016 Vladimir Kasatkin

About

Tinkoff Bank debit card rates and suggestions script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages