https://github.com/rokhimin/indodax-bot
Discord and Telegram Bot for Check Price Cryptocurrency | API Indodax
https://github.com/rokhimin/indodax-bot
cryptocurrency discord discord-bot discordrb indodax telegram-bot telegram-bot-ruby
Last synced: 2 months ago
JSON representation
Discord and Telegram Bot for Check Price Cryptocurrency | API Indodax
- Host: GitHub
- URL: https://github.com/rokhimin/indodax-bot
- Owner: rokhimin
- License: mit
- Created: 2019-07-29T14:13:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T13:00:23.000Z (over 5 years ago)
- Last Synced: 2023-12-04T15:47:01.306Z (over 1 year ago)
- Topics: cryptocurrency, discord, discord-bot, discordrb, indodax, telegram-bot, telegram-bot-ruby
- Language: Ruby
- Homepage:
- Size: 65.4 KB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.com/rokhimin/Indodax-bot)

# Indodax Bot### About
discord and telegram bot for check price crypto coins using API Indodax, written in Ruby ([discordrb](https://github.com/meew0/discordrb) & [telegram-bot-ruby](https://github.com/atipugin/telegram-bot-ruby))### Info
###### API :
[API indodax](https://indodax.com/downloads/BITCOINCOID-API-DOCUMENTATION.pdf)### use
| Commands | Discord | Telegram |
| ------------- | ------------- | ------------- |
| help | i>help | /help |
| about | i>about | /about |
| price | i>price | /price |### Screenshots
##### Discord

##### Telegram
- ### developer tool tasks
install gem :
```
rake gem:install
```
test :
```
rake run:rspec
```
### Run Bot
discord :
```
rake run:discord
```
telegram :
```
rake run:telegram
```# License
MIT License.