ndld

OAuth authentication server for ndl (needle)

What is this?

This server handles OAuth authentication for ndl, a minimal TUI client for Threads.

It keeps your Threads API credentials secure by handling the OAuth flow server-side.

Need access? Reach out to @pgray_photo on Threads for dev app access invites.

Install ndl

Quick install (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/pgray/ndl/main/install.sh | sh

Or install to a custom directory:

curl -fsSL https://raw.githubusercontent.com/pgray/ndl/main/install.sh | INSTALL_DIR=~/.local/bin sh

Or install with cargo:

cargo install ndl

Or build from source:

git clone https://github.com/pgray/ndl
cd ndl
cargo install --path ndl

Then login:

ndl login

Privacy

We don't track, collect, or store any personal information. Access tokens are returned directly to your client and never stored server-side. Read our privacy policy.

Terms of Service

Built with ๐Ÿ”ฅ using