With this bot you can make your telegram chat even better, make sure you have your own API_TOKEN! This BOT works ONLY with Mentions (at the moment).
Use the package manager pip to install the required modules.
pip install -r requirements.txt
Make sure to replace <BOT_TOKEN> with your own token
bot_token = '<BOT_TOKEN>'
Also make sure to change <@BotName> with your bot's @
bot.message_handler(func=lambda msg: msg.text is not None and '@BotName' in msg.text)
Once you've done those changes, go to your Telegram Chat and add your bot (verify if your bot's privacy is enabled, if so, disable it or give your bot Administrator perms). To use the bot just Mention him and type your video url.
Example:
@MyBot https://www.facebook.com/frenchguycooking/videos/418182695816256/
The bot should return us the link to our video.
Python 3.7