jolle / expired-tweets

🐦 Find tweets that contain expired or claimable URLs from your Twitter archive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expired-tweets

Build Status

expired-tweets

Want to see if you have tweeted links that have expired or takeoverable domains? Look no more!

Installation

This tool requires NodeJS. To install the binary, you should use npm or yarn. You might need to use sudo in order for the binaries to install to your PATH.

npm

npm install -g expired-tweets

yarn

yarn global add expired-tweets

Usage

First, download your Twitter archive here (Your Twitter archive). Then, run the following command:

expired-tweets -d [your_exported_tweets_directory_location]

Why?

Inspired by this.

Logo icon(s) by icons8.com

About

🐦 Find tweets that contain expired or claimable URLs from your Twitter archive.

License:MIT License


Languages

Language:TypeScript 98.6%Language:JavaScript 1.4%