Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 853 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 853 Bytes

Short Link Bot

A Telegram Bot Made Using Python Which Can Short Links From Telegram Itself Using Shortner's Dev API.

Deploy Your Bot

Deploy

Required Vars

  • API_ID = Telegram User API ID From https://my.telegram.org

  • API_HASH = Telegram User API HASH From https://my.telegram.org

  • BOT_TOKEN = Telegram Bot Token From @BotFather

  • API_KEY = Shortner Developer API Key From Their Site.

  • SITE_API_URL = Site API Url Of Desired Site (Mostly it will be https://site_link/api * Where Site_link is the shortner site link [For Example https://gplinks.in/api])

Credits

  • Credits Of This Repo Goes To Mahesh Bhai For His GPLinks Repo.