Skip to content

A script to remove favorited tweets from Twitter for privacy reasons.

Notifications You must be signed in to change notification settings

grote/twitter-unfav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter UnFav

A script to remove favorited tweets from Twitter for privacy reasons.

To use this script, you first need to [generate a token to access your own account] (https://dev.twitter.com/oauth/overview/application-owner-access-tokens)

Then copy config.ini.sample to config.ini and fill in the secrets you got from Twitter.

This script is best run by a cronjob once a day:

# minute (0-59)
# |   hour (0-23)
# |   |    day of the month (1-31)
# |   |    |   month of the year (1-12 or Jan-Dec)
# |   |    |   |   day of the week (0-6 with 0=Sun or Sun-Sat)
# |   |    |   |   |   user
# |   |    |   |   |   |         commands
# |   |    |   |   |   |         |
  15  4    *   *   *   user      /path/to/twitter-unfav.py -t 14

About

A script to remove favorited tweets from Twitter for privacy reasons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages