Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 879 Bytes

readme.md

File metadata and controls

18 lines (17 loc) · 879 Bytes

Open Pixabay Bot

It's a telegram bot using the pixabay API to serve images using telegram inline mode

How it works

use case scenario video

The bot is quite simple. After getting a request form telegram, it fetches pitcures from pixabay API and responds with them to telegram.

How to deploy

  • Clone repository to your local drive
  • Fill example.env with your api keys:
  • rename to .env and copy to the src/ folder
  • run npm install or yarn install to install all modules
  • run node main.js to start the bot

Build using