From ab87bfea14792b992e1c62bd0660fc79cc391d7d Mon Sep 17 00:00:00 2001 From: kose <53458630+kokseen1@users.noreply.github.com> Date: Sun, 11 Dec 2022 22:35:01 +0800 Subject: [PATCH] update: readme --- README.md | 12 ++++++++++-- setup.py | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4821a6b..8eea5f2 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,22 @@ pip install yoku ## Deployment -- Request a bot token from BotFather on Telegram. +- Request a token from [BotFather](https://t.me/botfather) on Telegram. -- Ensure that the `YOKU_BOT_TOKEN` environment variable is set. +- 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 diff --git a/setup.py b/setup.py index d6fd757..2d68e1b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="Yoku", - version="1.0.4", + version="1.0.5", packages=["yoku"], description="A minimal Yahoo! Auctions scraper.", long_description=long_description,