Skip to content

Instantly share code, notes, and snippets.

View lukecan's full-sized avatar
🎯
Focusing

Mert Can Genc lukecan

🎯
Focusing
  • Antalya, Turkey
View GitHub Profile
# import necessary modules
from dotenv import load_dotenv
import os
import requests
from requests.auth import HTTPBasicAuth
import datetime as dt
# load environment variables from .env file
load_dotenv()