Skip to content

Commit

Permalink
update: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kokseen1 committed Dec 11, 2022
1 parent 98432cd commit ab87bfe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ab87bfe

Please sign in to comment.