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