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.
- Host: GitHub
- URL: https://github.com/sephiroth7712/telegram-image-search-bot
- Owner: sephiroth7712
- License: mit
- Created: 2018-11-05T19:52:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T19:12:29.000Z (over 7 years ago)
- Last Synced: 2025-04-06T17:52:15.985Z (about 1 year ago)
- Topics: bot-node, telegram-bot, telegram-bots
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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