GitXplorerGitXplorer
c

twhittle

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
932e8f0a69a17b87d798958dafe60c409f9d3044

Add ability to ignore certain tweets

ccmsj committed 4 years ago
Unverified
4b310427d7aa257d7049e079aeb1c9ad3287a41c

More tidying

ccmsj committed 6 years ago
Unverified
704c678632078d68ac7aaad447d6460c26557adf

Tidy up twhittle.py

ccmsj committed 6 years ago
Unverified
05ebf40eabbe71ab01e56704c151b65a101e3a43

More README.md tweakery

ccmsj committed 6 years ago
Unverified
584381f0bd67c8ad4abfb807186fd21d55500aa4

Fix a typo

ccmsj committed 6 years ago
Unverified
d2b9eda65ea8f0aaf00f11ee174f9d55c7bcb543

Update README.md

ccmsj committed 6 years ago

README

The README file for this repository.

This is a daemon that deletes your oldest tweets, but there are two huge limitations:

  • You can't get API keys for this stuff from Twitter anymore, so unless you already have one, move on.
  • The Twitter API only lets you get your most recent 3200 tweets, so use some other method to nuke yourself down to <= 3200 tweets, then this daemon can keep you below 3200 (the exact number to keep is configurable in the config file)

You probably don't want any of this, but I do, so yay.

This is how I run it:

  • Take sample_config.json and put the relevant values in, put it somewhere as config.json
  • Configure Docker to run twhittle (it's on Docker hub here) and add a volume where your config.json lives as /config
  • Tell Docker to set the environment variable TWHITTLE_CONFIG to /config/config.json