GithubHelp home page GithubHelp logo

iexbase / tron-bot Goto Github PK

View Code? Open in Web Editor NEW
14.0 5.0 23.0 40 KB

Telegram bot which works with Blockchain Tron

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

License: MIT License

Python 100.00%
tron tron-protocol tron-bot python

tron-bot's Introduction

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/constants.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

tron-bot's People

Contributors

serderovsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tron-bot's Issues

problem to run

hi , i install bot and set webhook but bot not workinig can you help me to install ?

error in sudo systemctl status tronbot

when i run sudo systemctl status tronbot
i have this error

โ— tronbot.service - TronBot service
   Loaded: loaded (/etc/systemd/system/tronbot.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2021-05-25 03:51:20 +0430; 49s ago
 Main PID: 9469 (code=exited, status=1/FAILURE)

May 25 03:51:20 cpanel.mydomain.com python3.6[9469]: File "/usr/local/lib/python3.6/site-packages/tronapi/common/encoding.py", line 14, in <module>
May 25 03:51:20 cpanel.mydomain.com python3.6[9469]: from trx_utils import (
May 25 03:51:20 cpanel.mydomain.com python3.6[9469]: File "/usr/local/lib/python3.6/site-packages/trx_utils/__init__.py", line 21, in <module>
May 25 03:51:20 cpanel.mydomain.com python3.6[9469]: from .address import (  # noqa: F401
May 25 03:51:20 cpanel.mydomain.com python3.6[9469]: File "/usr/local/lib/python3.6/site-packages/trx_utils/address.py", line 4, in <module>
May 25 03:51:20 cpanel.mydomain.com python3.6[9469]: from _sha256 import sha256
May 25 03:51:20 cpanel.mydomain.com python3.6[9469]: ModuleNotFoundError: No module named '_sha256'
May 25 03:51:20 cpanel.mydomain.com systemd[1]: tronbot.service: main process exited, code=exited, status=1/FAILURE
May 25 03:51:20 cpanel.mydomain.com systemd[1]: Unit tronbot.service entered failed state.
May 25 03:51:20 cpanel.mydomain.com systemd[1]: tronbot.service failed.

how can i fix this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.