Metadata-Version: 2.1
Name: Yoku
Version: 1.0.0
Summary: A minimal Yahoo! Auctions scraper.
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Yoku

A minimal Yahoo! Auctions scraper deployed as a Telegram bot.

## Installation

```shell
pip install yoku
```

## Deployment

Ensure that the `YOKU_BOT_TOKEN` environment variable is set.

```shell
yoku
```

## Bot Usage

Add a query

```
/add <query>
```

Remove a query

```
/rm <query>
```

List queries

```
/ls
```

Fetch queries

```
/force
```


