Serverless Telegram bot for development tools.
- /bcrypt
text
- Text to bcrypt hash - /binary
text
- Text to binary - /hex
text
- HEX to ASCII - /md5
text
- Text to MD5 hash - /short
url
- Short url - /slug
text
- Slug text - /uuid - Generate UUID
- /help - Help
# Create an Telegram bot
Find @BotFather on Telegram, type /newbot and follow the instructions.
# Credentials
Save your token from @BotFather.
# Account
Create an Vercel account on https://vercel.com/.
# Install Vercel CLI
npm install -g vercel
# Vercel CLI login
vercel login
# Deploy
vercel
# Set Vercel environment variables
TELEGRAM_USERNAME
TELEGRAM_TOKEN
curl --location --request POST https://api.telegram.org/bot5506886729:AAExoxG73bzoOwtkxSww0SYYb5E0J02Lips/setWebhook --header 'Content-type: application/json' --data '{"url": "http://tg-robot.vercel.app/api/webhook"}'