8000 GitHub - Sandeep0132/Short_link_bot: An simple url shortener bot which uses api of bit.ly
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sandeep0132/Short_link_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TG-BitlyBot

Make a short link by using Bit.ly API key Or With Da.gd If BITLY_KEY isn't present

Installation

Easy Way

Use ShortLinkRobot with 10+ sites and inline Support !!

The Simple Way

Deploy

Hard Way (VPS)

  • This is just a demo of commands to use
git clone https://github.com/Mrvishal2k2/TG-ShortLinkBot
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install -r requirements.txt
python3 bot.py

Developer

Required Variables

  • BOT_TOKEN: Create a bot using @BotFather, and get the Telegram API token.
  • API_ID: Get this value from telegram.org You can also get it from UseTGXBot
  • API_HASH: Get this value from telegram.org You can also get it from UseTGXBot
  • BITLY_KEY: (Not Compulsory) Create Bit.ly account then get this value from Profile settings > Generic access token. If BITLY_KEY is not provided Still u can use with Da.gd Shortlink !!
  • OWNER: (Not mandatory) Owner's Username without @

Commands:

start - start the bot
help - ask help 

Support:

  • Join BotDunia channel
  • Join Support Group

Follow on:

All rights reserved !!

  • Kangers stay away from Kang !!
  • Don't be a copy cat !!
  • Good to see if you give me credits if you are using !!
  • This is only for personal use !! Don't make a Bot channel Business with this !!

Credits

About

An simple url shortener bot which uses api of bit.ly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Procfile 0.8%
0