Skip to content

yungwine/ton-connect-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ton-connect-bot

A simple bot written on Python to interact with TON wallets using Ton Connect protocol

The running public instance can be found at https://t.me/test_tonconnect_bot

How to launch

Redis

If you want to use permanent TON Connect storage you should set up Redis or any other database.

Install dependencies:

pip install -r requirements.txt

Set up .env:

TOKEN='1111:ABCD'  # your bot token here
MANIFEST_URL='https://raw.githubusercontent.com/XaBbl4/pytonconnect/main/pytonconnect-manifest.json'

Run bot

python3 src/main.py

About

A simple bot written on Python to interact with TON wallets using Ton Connect protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages