mohdradin / tron-bot

Telegram bot which works with Blockchain Tron

Home Page:https://t.me/iEXTronBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



tron-bot

Requirements

  • Python 3
  • pip3 install base58
  • pip3 install requests
  • pip3 install tronapi
  • pip3 install python-telegram-bot
  • pip3 install lxml

How to use

Settings

Bot Settings are in the file tronapi_bot/config.py:

BOT_NAME = ""
BOT_TOKEN = ""

Run on local machine

> python tron_bot.py

Run on server

Installing and running the bot on the server

Step 1

Upload all project files to server Example: /home/iexbase/tron_bot

Step 2

Create a Systemd file for TronBot:

sudo nano /etc/systemd/system/tronbot.service

Step 3

[Unit]
Description=TronBot service
After=network.target

[Service]
Type=idle
WorkingDirectory=/home/iexbase/tron_bot
User=root
Group=root
ExecStart=/usr/bin/python3.6 tron_bot.py

[Install]
WantedBy=multi-user.target

Step 4

sudo systemctl start tronbot
sudo systemctl enable tronbot

check run status

sudo systemctl status tronbot

Support and Donation

  • Star and/or fork this repository
  • TRX: TRWBqiqoFZysoAeyR1J35ibuyc8EvhUAoY

About

Telegram bot which works with Blockchain Tron

https://t.me/iEXTronBot

License:MIT License


Languages

Language:Python 100.0%