Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

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

Notifications You must be signed in to change notification settings

icodelifee/tg-UrlShortnerBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published