Skip to content

salismazaya/walletthon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WalletThon Unofficial library for managing your @wallet account
pip install walletthon
from walletthon import Wallet
from telethon.sync import TelegramClient

client = TelegramClient('session', api_id = 611335, api_hash = 'd524b414d21f4d37f08684c1df41ac9c')
client.start()

wallet = Wallet(client)

print(wallet.get_user_balance('USDT'))

Contact

  • https://salism3.dev

  • Credits

  • Telethon
  • pyTelegramWalletApi
  • About

    Unofficial library for managing your @wallet account

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages