Telegram bot for shorten url.
- /short
url
- Short url - /help - Help
# Bot
Create and configure .env file like .env.example.
# Create an Telegram bot
Find @BotFather on Telegram, type /newbot and follow the instructions.
# Username
Get your bot username and set 'TELEGRAM_USERNAME' in .env.
# Token
Get your token from @BotFather and set 'TELEGRAM_TOKEN' in .env.
# Install dependencies
npm install
# Start
npm start