Metadata-Version: 2.4
Name: tbflingr
Version: 1.0.0
Summary: Packaged curl for flinging URLs to instances via /.well-known/ternbook.json
Author-email: 11bunno11 <11bunno11@gmail.com>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/11bunno11/tbflingr
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# tbflingr

A CLI client for registering websites to the Ternbook web directory.

## Install

```bash
pip install .
```

## Usage

```bash
# Fling a site to an instance (fetches /.well-known/ternbook.json, POSTs to /api/heartbeat)
tbflingr fling https://mysite.com to https://myinstance.com

# Fling and save the pair as profile 1
tbflingr fling https://mysite.com to https://myinstance.com save profile 1

# Re-run a saved profile
tbflingr fling profile 1

# List saved profiles
tbflingr profiles
```

Profiles are stored in `~/.tbflingr/profiles/`.
