From 381ecf3bf1af2fa084899973001d32fe40a69a14 Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 9 Jun 2019 14:27:53 -0700 Subject: [PATCH 1/2] Removed API keys from project --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a13ddf8..759243e 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ Then run the bot using your API keys. ``` docker run --detach \ - -e TELEGRAM=746244453:AAEpsL3Vjq578keKD0SJH4dCxFHmObBpGkw \ - -e IEX=sk_a5712328bee74c9ca059121cfe0e6432 \ + -e TELEGRAM=TELEGRAM_API \ + -e IEX=IEX_API \ simple-telegram-bot ``` From 6fcceab32e5800d754554f0925735d2ca49d143d Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 9 Jun 2019 14:34:20 -0700 Subject: [PATCH 2/2] added link to use hosted version of bot --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 759243e..763623c 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,11 @@ The dividend is in: 38 Days 3 Hours 53 Minutes 22 Seconds. ``` ## 🏁 Getting Started + +You can either choose to use the hosted version of the bot by [clicking here](https://t.me/SimpleStockBot) or you can host your own bot with the instructions below. + +### Self Hosted Bot + These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system. ### Prerequisites