@BooksAndBot is an inline bot that allows you to search for books and share them in a conversation.
Powered by Goodreads.
- You'll need a few things:
- A Telegram bot token. Contact @BotFather in order to create a new bot and receive a token.
- A Goodreads API key. Apply for one here.
- Create
.env
file in the root directory with following variables:
BOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN
GOODREADS_API_KEY=YOUR_GOODREADS_API_KEY
- Install dependencies and start the app:
npm i
npm start