Skip to content

Commit

Permalink
add note about unauthorized access
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoWeio committed Oct 15, 2023
1 parent 21a13e7 commit a65e2d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ To be precise, it saves…

### Book selection
- `--book-slug`: the book slug (e.g. `get-smart-en`)
- ⚠️ As of writing, no authentication is required to access _any_ book, a benefit which _should_ require a subscription _in theory_. Do consider the legal and moral implications of using this.
- `--freedaily`: Each day, Blinkist offers a free book for each locale.
- [Website (en)](https://www.blinkist.com/en/content/daily)
- Further options include `--book-slug`, `--latest`, `--latest-collections`, `--search`, and `--trending`. Refer to `main.py --help` for more information.
- 🛈 If you pass multiple of these options, all of them will be used.

> [!INFORMATION]
> It seems like Blinkist now prevents unauthorized access to books.
> If you have a Blinkist Premium account, check out the [`feature/import-session`](https://github.com/NicoWeio/blinkist/tree/feature/import-session) branch.

## Installation

```bash
Expand Down

0 comments on commit a65e2d7

Please sign in to comment.