Skip to content

Instantly share code, notes, and snippets.

View jmoore87jr's full-sized avatar

John Moore jmoore87jr

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