Skip to content

Instantly share code, notes, and snippets.

View deppen8's full-sized avatar

Jacob Deppen deppen8

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