An open API service indexing awesome lists of open source software.

https://github.com/kokseen1/yoku

A minimal Yahoo! Auctions scraper.
https://github.com/kokseen1/yoku

auction bidding bot marketplace python python-telegram-bot scraper telegram telegram-bot tinydb web-scraping yahoo yahoo-auction yahuoku

Last synced: 4 months ago
JSON representation

A minimal Yahoo! Auctions scraper.

Awesome Lists containing this project

README

          

# Yoku

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

## Installation

```shell
pip install yoku
```

## Deployment

- Request a token from [BotFather](https://t.me/botfather) on Telegram.

- Set the `YOKU_BOT_TOKEN` environment variable to that token.

Run with:

```shell
yoku
```

To run in the background (Linux):

```shell
nohup yoku &
```

## Bot Usage

Add a query

```
/add
```

Remove a query

```
/rm
```

List queries

```
/ls
```

Fetch queries

```
/force
```