Tools for extracting metadata from tweets
Go to file
Harsh Shandilya 0c8cc665c8
chore(README): archive
2023-08-28 23:29:40 +05:30
.cargo fix: switch to `cargo-audit` 2023-03-06 19:53:30 +00:00
.github chore(deps): update dependency ubuntu to v22 2023-08-25 02:06:53 +00:00
.vscode chore: automatically use `shell.nix` for Nix Env 2023-01-13 13:04:20 +00:00
docs chore: rebuild docs 2023-08-16 15:28:12 +05:30
src chore: fix Clippy lints 2023-08-25 04:03:15 +05:30
.git-blame-ignore-revs chore(git): add Alejandra reformat to blame ignore revs 2023-02-22 18:29:18 +00:00
.gitignore chore: add Nix `result` dir to gitignore 2023-03-06 19:53:30 +00:00
Cargo.lock chore(deps): lock file maintenance 2023-08-27 00:58:31 +00:00
Cargo.toml fix(deps): update serde to 1.0.188 2023-08-26 05:34:27 +00:00
LICENSE-APACHE Initial commit 2021-09-20 11:15:47 +05:30
LICENSE-MIT Initial commit 2021-09-20 11:15:47 +05:30
README.md chore(README): archive 2023-08-28 23:29:40 +05:30
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:27:53 +05:30
flake.lock flake.lock: Update 2023-08-27 06:01:48 +00:00
flake.nix feat(ci): upgrade to cargo-dist 0.2.0-prerelease.5 2023-08-25 05:09:47 +05:30
oranda.json docs: rebuild with oranda 0.3.0-prerelease.3 2023-07-28 01:07:53 +05:30
release.toml chore(release): update `cargo-release` config 2022-12-12 17:19:46 +00:00
rust-toolchain.toml chore(rust): upgrade to 1.72.0 stable 2023-08-25 03:54:42 +05:30
shell.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:27:53 +05:30

README.md

[!WARNING]
Due to Twitter's complete decimation of its API, twt no longer works for most use cases and is thus not going to be maintained going forward.

twt Built with Garnix

CLI tool to extract metadata from tweets

Install

Check out the website

Setup

This tool requires Twitter consumer keys to function. Twitter is moving to disallow free usage of the API, so you will have to steal their own keys to work around this.

twt picks up keys from $CONFIG_DIR/twt/config.toml (see here for your platform's interpretation of $CONFIG_DIR)

# config.toml
consumer_key = "totally_real_key"
consumer_key_secret = "h4xx0r"

Usage

twt images --username archillect
twt videos --username imgur

Set the maximum tweets to check

twt images --username archillect --max-amount 512
twt links --username AITA_online --host bit.ly

For more help run: twt -h.