pachisi456 / toshi-forkdelta-bot

Toshi ForkDelta Bot to lookup prices and set price alerts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update: Toshi is now Coinbase Wallet and focuses more on being a dapp browser and thus has dropped both chat and bot functionality. :(

Toshi ForkDelta Bot

This is a bot for Toshi that utilizes the API of ForkDelta, a decentralized Ethereum Token Exchange with the most ERC20 listings of any exchange. Prices are currently updated every five minutes. Users can chat with ForkDelta Bot to

  • look up prices of tokens traded on ForkDelta
  • set price alarms

You can find the bot on the Toshi app under the username @ForkDeltaBot.

If you want to add a new feature feel free to make a pull request. I will happily review and accept it.

Run ForkDelta Bot locally

First fork and/or clone this repository and make sure Docker is installed. Then run

cp docker-compose.yml.sample docker-compose.yml

Open docker-compose.yml in your favourite editor and provide a TOKEN_APP_SEED (generate one here) as well as a TOKEN_APP_USERNAME.

You can then run the project locally with

docker-compose up

If any new depencies are added you can rebuild the project with

docker-compose build

To start chatting with the ForkDelta Bot running locally on your machine download Toshi Dev for Android or iOS and search for the username you provided in the browse tab.

See also

About

Toshi ForkDelta Bot to lookup prices and set price alerts

License:MIT License


Languages

Language:JavaScript 99.3%Language:Dockerfile 0.6%Language:Shell 0.1%