Giter Club home page Giter Club logo

download-videos-with-telegram-bot's Introduction

This project is outdated. The new version of Telegram bot written by me is easier to build a bot. It is created by the Python wrapper of Telegram bot API.

Description

This program can help you to download videos by using youtube-dl.

Follow the instructions below and simply send links of videos to the bot, and it will download the videos to you computer.

Currently this bot can only be executed on the user's device, but I'm planning to implement this on the Cloud (AWS, Azure, Google Cloud, etc) in the future.

Original plan here.

Instruction

(assuming that you have a Telegram account and is familiar with Telegram)

(I am using WSL in windows 10 with Ubuntu 18.04 LTS, so the pipenv should be done in bash while ngrok is done in cmd. Feel free to use the way you are familiar but be aware of some unexpected behavior.)

  • Create a bot, get the token, put it into the config file. (contact BotFather)
  • "pipenv install --three python-telegram-bot flask youtube-dl" in bash
  • “pipenv run python3 main.py” in bash (Note that the debug option is False.)
  • Go ngrok.com and unzip the zip file into the project folder.
  • “ngrok http 5000" in cmd
  • is your webhook_url (2efb29db part will be different every time)
  • Go to https://api.telegram.org/bot{$your_token}/setWebhook?url={$webhook_url}/hook
  • Your bot should be active. Go Try it.

Reference

I took examples in youtube-dl and this article (Taiwanese Mandarin or Chinese in general) as reference.

download-videos-with-telegram-bot's People

Contributors

karakarasuuuu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.