A Telegram inline bot to search good reads books, available at @goodreads_search_bot
To use it within Telegram, just type @goodreads_search_bot <book> and the bot will show the list of books found.
- Clone the repository:
git clone https://github.com/jxs/goodreads_search_bot.git && cd goodreads_search_bot export TELEGRAM_BOT_TOKEN=<INSERT YOUR BOT TOKEN HERE>with your own bot token (you can get it from @BotFatherexport GOODREADS_API_KEY=<INSERT API KEY HERE>with your own good reads api key (you can get it from here )- Finally, build the project and run it:
cargo run
N.B. Remember to set the bot as an inline bot by issuing the command /setinline to BotFather