Skip to content

Instantly share code, notes, and snippets.

@sayon-bitquery
Created June 10, 2021 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayon-bitquery/346756930cfc378ffa340b8c2df0af4a to your computer and use it in GitHub Desktop.
Save sayon-bitquery/346756930cfc378ffa340b8c2df0af4a to your computer and use it in GitHub Desktop.
Importing necessary libraries and adding the API keys
import os
import telebot
import requests
from decouple import config
KEY = config('YOUR TELEGRAM BOT API KEY')
API_KEY = config('YOUR BITQUERY.IO API KEY')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment