Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grote/twitter-unfav
A script to remove favorited tweets from Twitter for privacy reasons.
https://github.com/grote/twitter-unfav
Last synced: about 1 month ago
JSON representation
A script to remove favorited tweets from Twitter for privacy reasons.
- Host: GitHub
- URL: https://github.com/grote/twitter-unfav
- Owner: grote
- Created: 2015-09-25T16:53:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T12:54:08.000Z (about 5 years ago)
- Last Synced: 2024-05-02T00:28:58.661Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```