UrlShortnerBot🤖[iShortURLBot]
A Simple Telegram URL Shortner Bot With Stats Tracking Made Using Bit.ly And Telebot Telegram API Wrapper
Prerequisites
- A Bot Token From Bot Father
- A Bit.ly API Token
- A Windows/Linux[preferred] Running Server Or Pc
- A Working Brain
Instructions :
1.Clone Da Repogit 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