A minimal Yahoo! Auctions scraper deployed as a Telegram bot.
pip install yoku
-
Request a token from BotFather on Telegram.
-
Set the
YOKU_BOT_TOKEN
environment variable to that token.
Run with:
yoku
To run in the background (Linux):
nohup yoku &
Add a query
/add <query>
Remove a query
/rm <query>
List queries
/ls
Fetch queries
/force