A simple Telegram gif bot using the Klipy API.
- Go to @BotFather on Telegram, create a bot and obtain a bot token
- Obtain a Klipy API key
- Configure the .env file
- Install 'axios' and 'node-telegram-bot-api' via npm
- Run index.js with
node --env-file=.env index.js - Voila! If all is correct, the bot is now up and live

