This repository has been archived by the owner on Dec 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add start/help command and update README
- Loading branch information
MarckTomack
committed
Jun 24, 2019
1 parent
89fe499
commit 1819af6
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
# bitcoincash-explorer-bot | ||
This is a bot for interact with the BitcoinCash Blockchain from Telegram | ||
|
||
# Download e configuration | ||
# Download and configuration | ||
|
||
Binaries are available for some operating systems <a href="https://github.com/MarckTomack/bitcoincash-explorer-bot/releases">here</a> | ||
|
||
Extract the zip and add your token in config.json file. | ||
|
||
Then, run: | ||
`./bitcoincash-explorer-bot` | ||
|
||
|
||
# Build from source | ||
|
||
You need a <a href="https://golang.org/dl/">Go compiler</a> | ||
|
||
`git clone https://github.com/MarckTomack/bitcoincash-explorer-bot.git` | ||
|
||
Add your token to config.json | ||
|
||
``` | ||
cd bitcoincash-explorer-bot | ||
go build | ||
./bitcoincash-explorer-bot | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters