Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 417 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 417 Bytes

bull-stock-bot

Bull stock bot for telegram.

setup

export these environment variables to your operating system.

export BOT_TOKEN="You can create a telegram bot and get bot token from https://t.me/botfather"
export FINNHUB_TOKEN="You can get finnhub stock api token from https://finnhub.io"

install python requirements

pip3 install -r requirements.txt

start the bot

python3 main.py