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.
- Host: GitHub
- URL: https://github.com/kokseen1/yoku
- Owner: kokseen1
- Created: 2022-12-10T05:00:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T12:51:18.000Z (over 2 years ago)
- Last Synced: 2025-05-06T14:34:09.506Z (5 months ago)
- Topics: auction, bidding, bot, marketplace, python, python-telegram-bot, scraper, telegram, telegram-bot, tinydb, web-scraping, yahoo, yahoo-auction, yahuoku
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```