Telereads = Telegram + Goodreads

Telegram Build Status MIT License

@TelereadsBot is an inline bot that allows you to search for books and quickly share them in a conversation.

Demo

Search by book title

Search by ISBN

Deploy your own

You can deploy your own instance of this bot. You will need a few things:

Once you have both of these keys, you need to store them as environment variables:

bash $ export TELEGRAM_TOKEN="123456789:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" $ export GOODREADS_TOKEN="XXXXXXXXXXXXXXXXXXXX"

Finally, you can run the bot:

bash $ RUST_LOG=info cargo +nightly run --release

Contributing

Contributions are welcome. You can also help by reporting or fixing bugs.