Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 631 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 631 Bytes

ZTipBot

ZTipBot is a Discord tip bot for Zcoin. This bot was developed to allow our community in Discord to tip each other easily.

Usage

To run the bot you need python 3.4.2+. Dependencies can be installed with pip.

pip3 install -r requirements.txt

Before running the bot set these environment variables:

RPC_USER: Zcoin wallet's rpc user
RPC_PASSWORD: Zcoin wallet's rpc password
BOT_ID: Discord Bot ID
TOKEN: Discord Bot Token

Run the bot:

python3 bot.py

Requirements

  • Python 3.4.2+
  • Zcoin wallet with RPC enabled
  • discord library
  • peewee library
  • python-bitcoinrpc library