Skip to main content

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

MIT

Project details


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page