Skip to content

Instantly share code, notes, and snippets.

import datetime
import calendar
import traceback
from pathlib import Path
from selenium import webdriver
import sys
sys.path.append("../")
from utils.my_logger import MyLogger
from utils.my_twitter import MyTwitter
from utils.my_slacker import MySlacker