TON Crypto Info Scraper is a Python library that allows you to fetch ( real-time balance of wallet , transactions , price ) data without needing any APIs.
Project description
TonViewer
🚀 Quick Start
## Prints TON , transactions and balance of wallet
from Tonviewer import Wallet , Coin
wallet = Wallet("") #wallet_address_here
#Example : UQBAZ3qWaaoIC8Pq5ELnz2ofYoGN_E3mhzxhE-8EWTpMYgyc
wallet.balance()
wallet.transactions(limit=3) #limit : int , get transactions of Wallet default = 1
# Prints live price
coin = Coin("") #ex: "toncoin" , "bitcoin" , ...
coin.price() # Prints live price
coin.about() # Prints description of the coin
Installation and Development 🚀
Via PyPi ⚡️
# via PyPi
pip install Tonviewer -U
💎 TON Crypto Info Scraper
-
TON Crypto Info Scraper is a Python library that allows you to fetch real-time data from the TON blockchain and CoinGecko without needing any APIs.
-
It enables users to view wallet balances and live coin information and get transactions of Wallet with ease, making it perfect for TON developers, analysts, and bot creators.
⚙️ What This Library Can Do ?
- Retrieve the current TON and USDT balance from any TON wallet address.
- Get the live price of any coin listed on CoinGecko.
- get transactions of Wallet .
Using in Terminal 🚀
Tonviewer -[OPTIONS] "[Wallet]"
Usage 📚
Tonviewer -[OPTIONS] "[FOR-OPTION]"
Options
-b, --balance Prints balance of wallet .
-p, --price Prints live price #ex: toncoin , bitcoin , ... .
-t, --transactions Get transactions of Wallet .
-l, --limit Number of times to get transactions .
-h, --help Display help message .
-v, --version Show Version Of Libarary and info .
Example For Usage .
#Example Wallet : "UQAh_cfG…-9h50k1D
Tonviewer -b "UQAh_cfG…-9h50k1D"
-p "bitcoin"
-t "UQAh_cfG…-9h50k1D" -l 4
-h
-v
Example format response of transactions ,
{
"Time": "12 Aug 08:03",
"Action": "Sent TON",
"From": "UQBAZ3qWaaoIC8Pq5ELnz2ofYoGN_E3mhzxhE-8EWTpMYgyc",
"To": "Fragment",
"Paid For": "890 Telegram Stars",
"Price": "−3.908 TON ≈ 12.23204 $",
"Limit": "1"
}
✨ Features
- Real-time TON wallet balance fetching.
- Live cryptocurrency price lookup.
- Instant coin description extraction.
- Fast and lightweight scraping.
- get transactions of Wallet.
- No API keys or authentication needed.
- Working in Terminal.
💬 Help & Support .
- Follow updates via the Telegram Channel.
- For general questions and help, join our Telegram chat.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tonviewer-1.1.3.tar.gz.
File metadata
- Download URL: tonviewer-1.1.3.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fd959edd7fe93d3b02d0fd47969afb7f67ff2b39c3811fb7ac66bfe13f02a2e
|
|
| MD5 |
11ec22a0d5eb3086c293ab74000238ae
|
|
| BLAKE2b-256 |
ce6366214014745b10f7dcf9214d36de1d936d629b2f830789f5b61b6cf6128e
|
File details
Details for the file Tonviewer-1.1.3-py3-none-any.whl.
File metadata
- Download URL: Tonviewer-1.1.3-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5af2c2a6c7fdc784e03a42ea2f2cca7eeb5ac13fdb89c9b3dd3e95085bfb1043
|
|
| MD5 |
174d04cbf055749934e1951bcf77632c
|
|
| BLAKE2b-256 |
e59c987e4bfd7974a3e5cf92aa6e4c66dca7212214ce8c2f3c1b66b056ba6d4f
|