twt
Install v1.2.4
Published on Aug 16 2023 at 09:55 UTC
-
- shell
- nix flakes
- tarball
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/msfjarvis/twt/releases/download/v1.2.4/installer.sh | sh
Source -
nix profile install github:msfjarvis/twt
-
- shell
- nix flakes
- tarball
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/msfjarvis/twt/releases/download/v1.2.4/installer.sh | sh
Source -
nix profile install github:msfjarvis/twt
-
- shell
- nix flakes
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/msfjarvis/twt/releases/download/v1.2.4/installer.sh | sh
Source -
nix profile install github:msfjarvis/twt
-
- powershell
- nix flakes
- zip
-
irm https://github.com/msfjarvis/twt/releases/download/v1.2.4/installer.ps1 | iex
Source -
nix profile install github:msfjarvis/twt
We weren't able to detect your OS.
This project doesn't offer Apple Silicon downloads, but you can run Intel macOS binaries via Rosetta 2.
twt
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
Get image links
twt images --username archillect
Get video links
twt videos --username imgur
Set the maximum tweets to check
twt images --username archillect --max-amount 512
Get all links
twt links --username AITA_online --host bit.ly
For more help run: twt -h
.