twitter_privacy 0.3.0

A tool to remote old tweets from your account
Documentation
# Make an app for yourself at apps.twitter.com and add your credentials here
export TP_CONSUMER_KEY="pDVxedSkwtLwYQxnCfTyYn9X2"
export TP_CONSUMER_SECRET="qo30UYfs3t9bQ1fmgb5l3qXdxS9IHHxn9kFmFk5ICipPKKTzdN"
export TP_ACCESS_KEY="14407620-fOUmoXnMMtLy2fDoWcqRzM6ljnFgFfKH7HBugFiQD"
export TP_ACCESS_SECRET="Lc5N77jThT69nE1JffRODl3NitKnyMFejucmr41UKD84Q"
export TP_USER_HANDLE="pvillega"
# Timeframe for allowed messages, in days. Older tweets than this limit will be erased.
export TP_PRESERVE_DAYS=60

# Configuration for pretty_env_logger
export RUST_LOG=info