Created
October 11, 2019 18:21
-
-
Save FBosler/47eaf19ac185031087eaebf3aa04ecbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tweepy | |
from bots.twitter_api import get_twitter_api | |
import bots.utils as _utils | |
import datetime | |
import logging | |
import random | |
import time | |
logger = logging.getLogger() | |
logger.setLevel(logging.INFO) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment