Metadata-Version: 2.3
Name: jerkup
Version: 2.0.0
Summary: Hamster Uploader
License: MIT
Author: deadmaster
Author-email: deadmaster@noreply.codeberg.org
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: msgspec (>=0.19.0,<0.20.0)
Requires-Dist: platformdirs (>=4.3.7,<5.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: requests-toolbelt (>=1.0.0,<2.0.0)
Project-URL: Repository, https://codeberg.org/deadmaster/jerkup
Description-Content-Type: text/markdown

# Hamster Uploader

## Installation

Requires Python 3.13.

Install using `pip install --user jerkup`.

Make sure `PATH` is properly set.

Generate an [API key](https://hamster.is/settings/api) and provide it using the `--api-key` option on first invocation.

## Usage

Upload an image and get the URL:

```
jerkup image.jpg
```

Upload multiple images:

```
jerkup image1.jpg image2.jpg
```

Output to file:

```
jerkup image.jpg --output file.txt
```

Generate BBCode linked thumbnails:

```
jerkup image.jpg --format bbcode-thumbnail-linked
```

## Reference

Use `jerkup --help` to see the full documentation on options and output formats.

