2026-03-02 09:36:10 +00:00
2025-05-02 14:36:51 +01:00
2026-03-01 11:54:32 +00:00
2025-05-02 12:15:52 +00:00
2025-05-02 14:53:47 +01:00
2025-05-02 12:15:52 +00:00
2026-03-01 11:54:32 +00:00
2026-03-01 11:53:00 +00:00
2026-03-01 11:53:00 +00:00

next-book

Checks the users Storygraph "to read" list and shows the highest rated in various catergories.

Note: This is likely to break as currently there is no Storygraph API and this relies on HTML parsing.

Features

  • Uses the users cookie to authenticate
  • Shows the top rated book from the users "To read" list grouped into the following categories:
    • Fiction
    • Non-Fiction
    • Comics
    • Art
    • Business
    • Fantasy
    • Health
    • Sci-Fi
    • Technology
  • The next 5 highest rated in each category can be displayed in a modal popup
  • The listings are refreshed hourly

Running

You must first get the cookie for your Storygraph user account and setting it as the COOKIE environment variable.

go run .

Building from source

With Docker:

make docker-build

Standalone:

make build

Contributing

If you find a bug or have an idea for a new feature please raise an issue to discuss it.

Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.

Thank you 💛

License

See LICENSE

Description
No description provided
Readme MIT 3.6 MiB
Languages
HTML 46.6%
Go 43.6%
Makefile 8.3%
Dockerfile 1.5%