From e6f17d646e82495a015ef40a948fa4463f5b7a1b Mon Sep 17 00:00:00 2001 From: Piyush Dixit <79581397+PiyushDixit96@users.noreply.github.com> Date: Mon, 10 May 2021 22:09:53 +0530 Subject: Create .env --- .env | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .env (limited to '.env') diff --git a/.env b/.env new file mode 100644 index 0000000..3e2b44c --- /dev/null +++ b/.env @@ -0,0 +1,7 @@ +TELEGRAM_TOKEN="you telegram token" +TELEGRAM_CHAT_ID="your telegram chat id" +BINANCE_API_KEY="binance api key" +BINANCE_SECRET_KEY="binance api sercet" +TIME_ZONE_STRING="your time zone string" + +Time zone string example "Asia/Kolkata" -- cgit v1.2.3