Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yigitsadic/watchmarket

Watch BTCTURK Market
https://github.com/yigitsadic/watchmarket

Last synced: about 1 month ago
JSON representation

Watch BTCTURK Market

Awesome Lists containing this project

README

        

# BTCTURK Borsa Takip Betiği

![](https://en.bitcoin.it/w/images/en/5/50/Bitcoin.png)

**Neden?** Çünkü sayıları seviyorum.

## Gerekenler

* https://pypi.python.org/pypi/texttable
* https://github.com/emre/btcturk-client

##Kullanım

Kullanmak için farklı seçeneklere sahipsiniz.

```python
# tracker
from tracker import Tracker

track_market = Tracker()

# or with options

track_market = Tracker(options={
'width': 35,
'align': 'c',
'check': 20 # seconds
},
columns=['Ask', 'Bid', 'Timestamp']
)

# and run it

track_market.run()

# ...

#+----------------------+----------------------+----------------------+
#| EN DUSUK SATIS EMRI | EN YUKSEK ALIS EMRI | ZAMAN |
#+----------------------+----------------------+----------------------+
#+----------------------+----------------------+----------------------+
#| 884.460 | 875.560 | 22:00:44 |
#+----------------------+----------------------+----------------------+
#+----------------------+----------------------+----------------------+
#| 884.460 | 875.560 | 22:00:49 |
#+----------------------+----------------------+----------------------+

```

## Son

Teşekkürler Emre client için. https://github.com/emre