Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yigitsadic/watchmarket
Watch BTCTURK Market
https://github.com/yigitsadic/watchmarket
Last synced: about 1 month ago
JSON representation
Watch BTCTURK Market
- Host: GitHub
- URL: https://github.com/yigitsadic/watchmarket
- Owner: yigitsadic
- Created: 2014-10-22T01:51:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T19:08:07.000Z (about 10 years ago)
- Last Synced: 2024-04-22T00:19:07.246Z (9 months ago)
- Language: Python
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Trackertrack_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