Skip to content

amit-y11/link-expert-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Expert Bot

logo

A telegram bot for shortening and unshortening links

About

Bot can short your long url and get bit.ly link or unshort various short url like bit.ly, adf.ly, tinyurl, adfoc.us, sh.st, and many more

Start chat with this bot on telegram

Requirements

  • Bot token from Bot Father, If you don't know how to get bot token, read this

  • bit.ly api key, get your api key from here


Installation

You can fork the repo and deploy it on Heroku :)

Deploy

OR

  • Clone this repository using
$ git clone https://github.com/amit-y11/link-expert-bot
  • Enter the directory and install all the requirements using
$ pip3 install -r requirements.txt
  • Edit line 14 and paste your plantnet.org api key
14        Api_key = "Your bit.ly api key"
  • Edit line 80 and paste your Bot token
80       token="Your Bot Token"

Run Your Bot using the following command :

$  python3 bot.py

License

MIT License

Copyright (c) 2020 amit-y11

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.