Tether Price is a library that helps you to get the Tether price from various websites.
Project description
Tether Price
Tether price is a library that helps you to get the Tether price from various websites.
How To Install
You can use the following command to install it.
pip install tether-price
Getting Started
from tether import SourceManager
from tether.sources import *
manager = SourceManager()
manager.add(Bitbarg())
manager.add(ArzPaya())
manager.add(Wallex())
manager.add(Hamtapay())
if __name__ == '__main__':
prices_list = manager.get_prices_list()
for price in prices_list.prices:
print(f'{price.source} | Buy: {price.buy} | Sell: {price.sell}')
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tether-price-0.0.3.tar.gz
(5.3 kB
view hashes)