Tipping for Telegram with Bitcoin Forked for SF Cryptocurrency Devs to get regular developers building Cyrptocurrency Applications for fun and skills improvement. Tip me BCH!
This software is highly experimental and may lead to loss of funds. The author takes no responsibility for your money.
Ah, great question! In fact, we anticipated this very question. To make it as easy as possible to jump right in, we have created project proposals within the issues of this repo. The project proposals are denoted with the Project Proposal label. To make it even easier to distinguish between the different project proposals, we have labeled them:
Fork on Github into your own repo
git clone git@github.com:your-username/tipmebch.git
cd tipmebch
git remote add upstream git@github.com:SFCryptocurrencyDevs/tipmebch.git
git checkout -b new-branch-feature
git commit -am 'Your updated commits'
git fetch upstream
git checkout master
git merge upstream/master
git checkout new-branch-feature
git push
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install gcc
sudo yum groupinstall 'Development Tools'
Install rust https://www.rust-lang.org/en-US/install.html
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env
brew install nodejs
npm install
Define the environment variables:
export TELEGRAM_BOT_TOKEN=yourbottoken:yoursecret
export BITCOIND_URL=http://rpcuser:rpcpassword@localhost:8332
export STAFF_USER_ID=403107081
export TELEGRAM_BOT_USERNAME=YourBotUserName
export DEFAULT_STICKER_SET=pepe
export REDIS_URL=redis://localhost
git@github.com:SFCryptocurrencyDevs/tipmebch.git Check out the readme here
Start the tipbot
npm start
Start the github bounty bot
npm run bounty
See LICENSE