mirror of
https://github.com/cupcakearmy/mercatus.git
synced 2024-11-01 08:14:10 +01:00
Update README.md
This commit is contained in:
parent
3fb604f370
commit
8efd6879d1
35
README.md
35
README.md
@ -1,2 +1,35 @@
|
|||||||
# mercatus
|
# mercatus
|
||||||
Telegram Market Bot with AlphaVantage
|
|
||||||
|
Telegram Bot that send you updates about stocks/etf/etc. supported by Alpha Vantage.
|
||||||
|
They offfer a free tier API Key, so this is completely free.
|
||||||
|
|
||||||
|
## 🚀 Quickstart
|
||||||
|
|
||||||
|
Simply chat with the [bot](https://telegram.me/MercatusBot)
|
||||||
|
|
||||||
|
## 🖥 Self-Hosting
|
||||||
|
|
||||||
|
You can host it yourself of course. You will need a server.
|
||||||
|
|
||||||
|
### From a prebuilt docker image
|
||||||
|
|
||||||
|
```sh
|
||||||
|
wget https://raw.githubusercontent.com/cupcakearmy/mercatus/master/docker-compose.yml
|
||||||
|
|
||||||
|
# Set your own telegram bot token
|
||||||
|
vim docker-compose.yml
|
||||||
|
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
### Completely from source
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://github.com/cupcakearmy/mercatus
|
||||||
|
|
||||||
|
# Insert the variables found in the docker-compose.yml file with your token
|
||||||
|
touch .env
|
||||||
|
vim .env
|
||||||
|
|
||||||
|
docker-compose -f docker-compose.dev.yml up -d
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user