xxgicoxx / kurzer-bot

Telegram bot for shorten url.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kurzer Bot

Telegram bot for shorten url.

Features

  • /short url - Short url
  • /help - Help

Prerequisites

Running

1. Configure

# Bot
Create and configure .env file like .env.example.

2. Telegram

# 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.

3. Run

# Install dependencies
npm install

# Start
npm start

Built With

Authors

Acknowledgments

About

Telegram bot for shorten url.

License:MIT License


Languages

Language:JavaScript 100.0%