AP-H4CX / tg-UrlShortnerBot

A Simple Telegram URL Shortner Bot 🤖 With Stats Tracking Made Using Bit.ly [@iShortURLBot]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UrlShortnerBot🤖[iShortURLBot]

A Simple Telegram URL Shortner Bot With Stats Tracking Made Using Bit.ly And Telebot Telegram API Wrapper

PRs Welcome

Wanna Host One Your Self?

Prerequisites

Instructions :

1.Clone Da Repo
git clone https://github.com/icodelifee/tg-UrlShortnerBot.git;
cd tg-UrlShortnerBot

2.Create Or Rename config.js

module.exports = {
    botToken:'<Bot Token Here>',
    bitlyToken:'<bit.ly Token Here>'
};

3.Install The Deps

npm i --save

4.Run The Bot

node index 
or
nodemon index

Special Thanks To:

About

A Simple Telegram URL Shortner Bot 🤖 With Stats Tracking Made Using Bit.ly [@iShortURLBot]


Languages

Language:JavaScript 100.0%