All Projects → dmtrbrl → BooksAndBot

dmtrbrl / BooksAndBot

Licence: MIT license
Telegram inline bot. Search for books and share them in a conversation

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to BooksAndBot

pastebin-bot
Advanced functional Pastebin Telegram Bot made using better-pastebin and TelegrafJS. This bot will help you to create pastes (Texts) on Pastebin which is a text cloud.
Stars: ✭ 16 (-38.46%)
Mutual labels:  telegram-bot, telegraf
Nayumi
A cute bot of Telegram.
Stars: ✭ 12 (-53.85%)
Mutual labels:  telegram-bot, telegraf
Defend-The-Castle
Telegram Bot Game - Defend The Castle
Stars: ✭ 21 (-19.23%)
Mutual labels:  telegram-bot, telegraf
quizquickanswer-telegram-game-bot
🎮 Funny quiz game for telegram, play with friends on your group!
Stars: ✭ 15 (-42.31%)
Mutual labels:  telegram-bot, telegraf
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+10915.38%)
Mutual labels:  bots, telegram-bot
formatbot1
Make instant view easily and fast, from any article on the internet in the best messenger ever Telegram
Stars: ✭ 127 (+388.46%)
Mutual labels:  telegram-bot, telegraf
podsearch bot
Telegram bot that searches Podcast in iTunes store.
Stars: ✭ 28 (+7.69%)
Mutual labels:  telegram-bot, telegraf
telegram-keyboard
Simple and powerful reply and inline keyboard builder for Telegram Bots
Stars: ✭ 70 (+169.23%)
Mutual labels:  telegram-bot, telegraf
Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (+534.62%)
Mutual labels:  bots, telegram-bot
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-42.31%)
Mutual labels:  bots, telegram-bot
telegraf-calendar-telegram
Inline calendar for Telegram bots using Telegraf framework
Stars: ✭ 43 (+65.38%)
Mutual labels:  telegram-bot, telegraf
YukkiMusicBot
Telegram Group Calls Streaming bot with some useful features, written in Python with Pyrogram and Py-Tgcalls. Supporting platforms like Youtube, Spotify, Resso, AppleMusic, Soundcloud and M3u8 Links.
Stars: ✭ 860 (+3207.69%)
Mutual labels:  bots, telegram-bot
cfworker-middware-telegraf
Make telegraf (a telegram bot framework) useable in Cloudflare Workers
Stars: ✭ 23 (-11.54%)
Mutual labels:  telegram-bot, telegraf
Telegraf
Modern Telegram Bot Framework for Node.js
Stars: ✭ 5,178 (+19815.38%)
Mutual labels:  telegram-bot, telegraf
Telegraf-Test
Telegraf Test - Simple Test ToolKit of Telegram Bots
Stars: ✭ 22 (-15.38%)
Mutual labels:  telegram-bot, telegraf
telegram bitcoin bot
Telegram Auto Mining Bitcoins In Termux
Stars: ✭ 115 (+342.31%)
Mutual labels:  bots, telegram-bot
luoxu
A Telegram userbot to index Chinese and Japanese group contents.
Stars: ✭ 77 (+196.15%)
Mutual labels:  telegram-bot
burnbg-bot
🔥 With this bot you can remove background from any picture. Don't spend hours manually picking pixels. Send your photo now & see the magic.
Stars: ✭ 40 (+53.85%)
Mutual labels:  telegram-bot
Viber-and-the-Microsoft-Bot-Framework
se02035.github.io/viber-and-the-microsoft-bot-framework/
Stars: ✭ 16 (-38.46%)
Mutual labels:  bots
QwerteeTelegramBot
This bot shows you today's posts from Qwertee.
Stars: ✭ 18 (-30.77%)
Mutual labels:  telegram-bot

BooksAndBot

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

Powered by Goodreads.

Demo

How it works

Development

  1. 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.
  1. Create .env file in the root directory with following variables:
BOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN
GOODREADS_API_KEY=YOUR_GOODREADS_API_KEY
  1. Install dependencies and start the app:
npm i
npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].