Skip to content

Instantly share code, notes, and snippets.

View okken's full-sized avatar

Brian Okken okken

View GitHub Profile
# -*- coding: utf-8 -*-
""" Deletes all tweets below a certain retweet threshold.
"""
import tweepy
from datetime import datetime
# Constants
CONSUMER_KEY = ''