Skip to main content

Zero-trace terminal chat with 59s read-to-expire logic

Project description

Ephemeral Terminal Chat

Zero-trace terminal chat application with 59-second disappearing messages.

Features

  • Messages disappear after 59 seconds
  • Zero trace - no history kept
  • Fast terminal UI with Textual framework
  • Mono font recommended (set in your terminal, e.g., JetBrains Mono)
  • Supabase backend for real-time sync
  • Share rooms with 6-character room codes
  • Random nickname generation

Setup

1. Supabase Setup

  1. Go to supabase.com and create a free account
  2. Create a new project
  3. Go to SQL Editor and run the supabase_setup.sql file
  4. Get your project URL and anon key from Settings > API

2. Environment Variables

Copy .env.example to .env and add your Supabase credentials:

cp .env.example .env

Edit .env:

SUPABASE_URL=your_supabase_project_url
SUPABASE_KEY=your_supabase_anon_key

3. Install Dependencies

pip install -r requirements.txt

4. Run

python main.py

Usage

  • Type a message and press Enter to send
  • Ctrl+R - Create new room
  • Ctrl+C - Quit
  • Share the room code with others to chat
  • Messages auto-delete after 59 seconds

How It Works

  • Each room has a unique 6-character code
  • Messages are stored in Supabase with timestamp
  • Auto-cleanup deletes messages older than 59 seconds
  • Terminal polls for new messages every second
  • Zero-trace: no message history retained

Terminal Share

Share your terminal with:

  • tmate: tmate
  • warp: Share session feature
  • ssh: Allow remote connections
  • Or just share the room code via any channel

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ephemeral_terminal_chat-0.1.1.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ephemeral_terminal_chat-0.1.1-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file ephemeral_terminal_chat-0.1.1.tar.gz.

File metadata

  • Download URL: ephemeral_terminal_chat-0.1.1.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.9

File hashes

Hashes for ephemeral_terminal_chat-0.1.1.tar.gz
Algorithm Hash digest
SHA256 382bdcdda8b16894dd9bc98b9a9fc244a65c3bdf07276eb08b1e3640565ea32d
MD5 1f7998daf0d17cab09bfa4ad292563a5
BLAKE2b-256 b1b75b5490ab461b2114e3e48bfc206806988b042b4aaff80fcfc28b113accce

See more details on using hashes here.

File details

Details for the file ephemeral_terminal_chat-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for ephemeral_terminal_chat-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 48ace9f92beed4d1330d9605c38d8be4e5df2c21e2cccf13bcf3eb3c48e73371
MD5 d52431e924214ecee64fb8875b2bda66
BLAKE2b-256 f52094f2d5455cc50fb88d699d75243728b0221bfec6bc5ec4a6f07741526673

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page