0

I've come up with an idea of writing an inline telegram bot and use a Goodreads API for this. But I don't know how to properly extract a book info from Goodreads and put it into special fields in bot api request. I will be so much grateful for helping me with this issue! :)

Ira Nazarchuk
  • 29
  • 1
  • 6
  • This Python wrapper for Goodreads API seems like a good starting point - https://github.com/sefakilic/goodreads. – AnishT Oct 02 '16 at 12:43

1 Answers1

0

It should be pretty easy, just consume API, store data in the memory, and use it when you need it.

Here is example with Node.js: https://github.com/ro31337/exbot

This app is using API feed to fetch data. You can see how it works by adding @goa_bot to your Telegram.

Roman Pushkin
  • 5,639
  • 3
  • 40
  • 58