muhammadmuzzammil1998 / BitcoinBot

A discord bot to check Bitcoin Price… yeah… just that…

Home Page:https://muhammadmuzzammil1998.github.io/BitcoinBot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitcoinBot · CircleCI

A discord bot to check Bitcoin Price... yeah... just that...

Discord Bots Discord Bots Discord Bots

Build

$ git clone https://github.com/muhammadmuzzammil1998/bitcoinbot.git
$ cd bitcoinbot
$ go build

Run

To run in background

$ ./bitcoinbot -token YOUR.TOKEN.HERE &

OR

$ pkill bitcoinbot; cd /path/to/bitcoinbot; go build; nohup ./bitcoinbot -token YOUR.TOKEN.HERE &; disown; echo "\n\nBitcoinBot is up\n\n"; ps ax | grep ./bitcoinbot;

I prefer this block ^

-token flag

Your discord bot token. ("Reviewing Bot" section)

Usage

-token string
        Bot token (default "nil")

Usage in Discord

>btc <currency>

OR

@BitcoinBot <currency>

Example

@BitcoinBot USD

Result

Help: >btc help

Invite BitcoinBot to your Discord server.

Prerequisite: Go and DiscordGo

About

A discord bot to check Bitcoin Price… yeah… just that…

https://muhammadmuzzammil1998.github.io/BitcoinBot/

License:MIT License


Languages

Language:Go 100.0%