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.envwith your api keys: - rename to
.envand copy to thesrc/folder - run
npm installoryarn installto install all modules - run
node main.jsto start the bot
