opentensor / taotip

Tao Tip Bot for Discord

Home Page:https://discord.com/api/oauth2/authorize?client_id=323594922584440832&permissions=274877975616&scope=bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invite

Invite the bot to your server!

Run Yourself

Requirements

  • docker
  • a mongodb server
  • a discord developer account
  • a subtensor node

Setup

Clone the repo
git clone https://github.com/camfairchild/taotip/
Enter the directory
cd taotip/
Now fill in the config.py with your info.
Build the services
./build.sh && ./build_export-service.sh Docker compose up
docker-compose up -d

Generating a secret for DB encryption

Before using the tip bot, you must generate a secret for encrypting the wallet mnemonics on the database. You can generate a key using the below:
python3 -c "from cryptography.fernet import Fernet; print(Fernet.generate_key())"

About

Tao Tip Bot for Discord

https://discord.com/api/oauth2/authorize?client_id=323594922584440832&permissions=274877975616&scope=bot

License:MIT License


Languages

Language:Python 76.9%Language:JavaScript 17.5%Language:Shell 2.6%Language:HTML 1.1%Language:Dockerfile 1.0%Language:CSS 1.0%