Git Product home page Git Product logo

rxctipbot-telegram's Introduction

RXCTip - RuxCryptob tipbot for Telegram

Dependencies

  • apt-get install python-dev
  • apt-get install python-pip
  • pip install python-telegram-bot --upgrade
  • pip install requests
  • pip install emoji

In order to run the tip-bot, a Bitcoin Unlimited (or equivalent) client is needed (bitcoind).

Configuration file

Create a config.json JSON file and set up the following parameters:

(sample)

{
	"telegram-token": "such:sicret-token",
	"telegram-botname": "DogeTip",
	"rpc-uri": "http://127.0.0.1:23505",
	"rpc-user": "ruxtip",
	"rpc-psw": "rxcpassword",
	"admins": [-0, 0],
	"spam_filter": [10, 2]
}
  • telegram-token: Your bot's unique and secret token.

    Create a new bot by talking with @BotFather to get one.

  • rpc-uri: Address and port for the daemon.

    We do not advice to expose the port to external network. Please, be cautious.

  • rpc-user, rpc-psw: Username and password for the daemon.

    You can set them in the bitcoin.conf file

  • admins: An array of administrators' Telegram UserID (as integers).

    You can send /user_id to @ContremaitreBot to know your UserID.

  • spam_filter: An array of two integers. The first value is the number of actions a user can perform in a period of time, the 2nd value defines that period of time in seconds.

    "spam_filter": [5, 60] means that users cannot perform more than 5 actions per minute.

RXC daemon configuration

A ruxcrypto.conf file is needed in data directory.

(sample)

server=1
daemon=1
rpcuser=dogetip
rpcpassword=suchpassword
pid=dogecoind.pid
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1

ToDo

  • Add service commands like /pause (pauses the bot for everyone), and maybe some commands to check the health of the daemon / wallet.
  • Populate strings.json
  • Add spam protection
  • Add some admin commands to check the health of the daemon / wallet
  • Per-user language
  • Show fiat equivalent for balance
  • Add /price and /marketcap commands

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.