It's a telegram bot using the pixabay API to serve images using telegram inline mode
The bot is quite simple. After getting a request form telegram, it fetches pitcures from pixabay API and responds with them to telegram.
- Clone repository to your local drive
- Fill
example.env
with your api keys: - rename to
.env
and copy to thesrc/
folder - run
npm install
oryarn install
to install all modules - run
node main.js
to start the bot