An open API service indexing awesome lists of open source software.

https://github.com/sephiroth7712/telegram-image-search-bot

A Telegram Bot made using node.js used to return images for a searched term while also including some automated responses.
https://github.com/sephiroth7712/telegram-image-search-bot

bot-node telegram-bot telegram-bots

Last synced: 10 months ago
JSON representation

A Telegram Bot made using node.js used to return images for a searched term while also including some automated responses.

Awesome Lists containing this project

README

          

# Telegram-Image-Search-Bot

A Telegram Bot made using node.js used to return images for a searched term while also including some automated responses.

# Index
+ [Making your bot](#myb)
+ [Installation](#installation)
+ [Getting Started with the Application](#gswta)

## Making your bot
Node.js module to interact with official Telegram Bot API. A bot token is required and can be obtained by talking to @botfather.

## Installation
### Running Locally
Make sure you have [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.
1. Clone or download the repository
```
$ git clone https://github.com/sephiroth7712/Telegram-Image-Search-Bot.git
$ cd Telegram-Image-Search_Bot
```
2. Install Dependencies
```
$ npm install
```

3. Start the application
```
$ npm start
```

Your app server should now be running locally.

Further Documentation on node-telegram-bot-api can be found here

## Getting Started with the Application