Skip to content

mauserkar/stock-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Send stock info to telegram channel

1 - Register to https://finnhub.io/ and create token 2 - Create telegram channel with bot 3 - Build and run docker

    docker build -t stock-market .
    docker run -d \
        --restart always \
        --name stock-market \
        -E STOCK=TSLA \ # tesla stock    
        -E FIN_TOKEN=my_finhub_token \
        -E BOT_TOKEN=my_telegram_token \
        -E BOT_CHAT_ID=my_telegram_channel_id \
        stock-market

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published