sudo apt-get update
sudo apt-get install git
git clone https://github.com/valgilbert/PacCoinTipBot
bash ~/pacCoinTipBot/install.sh
Telegram TipBOT
sudo systemctl enable pacCoinTelegramTipBot (to enable TipBot at boot)
sudo systemctl start pacCoinTelegramTipBot (to start TipBot)
sudo systemctl stop pacCoinTelegramTipBot (to stop TipBot)
sudo systemctl restart pacCoinTelegramTipBot (to restart TipBot)
sudo systemctl status pacCoinTelegramTipBot (to view status of TipBot process)
Discord TipBOT
sudo systemctl enable pacCoinDiscordTipBot (to enable TipBot at boot)
sudo systemctl start pacCoinDiscordTipBot (to start TipBot)
sudo systemctl stop pacCoinDiscordTipBot (to stop TipBot)
sudo systemctl restart pacCoinDiscordTipBot (to restart TipBot)
sudo systemctl status pacCoinDiscordTipBot (to view status of TipBot process)
Setup a bot with the user @BotFather through PM on Telegram, after going through a setup you will be given a bot token. Edit the pacCoinTelegramTipBot.py file and replace the parameter 'TOKEN' with the one you just recieved. Initiate the bot by inviting it to a chat or via PM
Create new BOT by accessing this url (https://discordapp.com/developers/applications/me), after going through setup you will be given a BOT token. Edit the pacCoinDiscordTipBot.py file and replace the parameter 'TOKEN' with the one you just recieved.
Setting up the bot as so still leaves the wallet unencrypted, so please go to extra measures to provide extra security. Make sure to have a good firewall on whatever device/droplet you run it on.
Please fork the code, happy tipping!