Skip to content

Instantly share code, notes, and snippets.

View shihaamabr's full-sized avatar
🤪
not active on github

Shihaam Abdul Rahman shihaamabr

🤪
not active on github
View GitHub Profile
import requests
import time
import json
import os
BML_URL ="https://www.bankofmaldives.com.mv/internetbanking/api"
TG_URL = "https://api.telegram.org/bot"
TG_TOKEN = os.getenv("TG_TOKEN")
TG_CHATID = os.getenv("TG_CHATID")
BML_USERNAME = os.getenv("BML_USERNAME")