GithubHelp home page GithubHelp logo

megasapiens / tron-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iexbase/tron-bot

0.0 0.0 0.0 40 KB

Telegram bot which works with Blockchain Tron

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

License: MIT License

Python 100.00%

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

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.