@TelereadsBot is an inline bot that allows you to search for books and quickly share them in a conversation.
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
Contributions are welcome. You can also help by reporting or fixing bugs.