1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00

Merge branch 'readme-update' into 'master'

Readme update

See merge request simple-stock-bots/simple-telegram-bot!14
This commit is contained in:
Anson Biggs 2019-06-09 21:52:04 +00:00
commit d341c7b1bb

View File

@ -69,6 +69,11 @@ The dividend is in: 38 Days 3 Hours 53 Minutes 22 Seconds.
``` ```
## 🏁 Getting Started <a name = "getting_started"></a> ## 🏁 Getting Started <a name = "getting_started"></a>
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. 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 ### Prerequisites
@ -93,8 +98,8 @@ Then run the bot using your API keys.
``` ```
docker run --detach \ docker run --detach \
-e TELEGRAM=746244453:AAEpsL3Vjq578keKD0SJH4dCxFHmObBpGkw \ -e TELEGRAM=TELEGRAM_API \
-e IEX=sk_a5712328bee74c9ca059121cfe0e6432 \ -e IEX=IEX_API \
simple-telegram-bot simple-telegram-bot
``` ```