Coder Social home page Coder Social logo

sanila2007 / telegram-song-downloader-bot Goto Github PK

View Code? Open in Web Editor NEW
17.0 2.0 21.0 1.75 MB

Powerful bot to download songs from YouTube🔥 100% free💖

License: GNU General Public License v3.0

Python 96.01% Shell 0.53% Dockerfile 3.15% Procfile 0.31%
bot python telegram telegram-bot song-download-bot downloader music-downloader music-finder music music-bot

telegram-song-downloader-bot's Introduction

Telegram-Song-Downloader-Bot

Very powerful song downloader bot for telegram📶

made-with-python
Stars Forks Watchers
License Repository Size Contributers Issues

Click to reach Song Dwonload bot 💫


Config

BOT_TOKEN = Enter your bot token in sample.env when deploying it

sample.env

TOKEN = "INSERT_YOUR_BOT_TOKEN_HERE"

Commands

/start = Use this command to start the bot

/song = Use this command to download songs Example: /song "Enter the song name here"


Welcome to Song downloader bot!

class Chat:
    def __init__(self, msg):
        self.chat_id = msg['chat']['id']
        self.user_input = msg['text']
        self.user_input = self.user_input.replace('@songdownload597_bot', '')
        self.user_name = msg['from']['first_name']
        self.message_id = msg['message_id']

        self.messages = {
            'start':'🤖 Hello, '+ self.user_name +'!\n\n'
                    '📩 I can download songs for you. Just send me the song name in below format:\n\n'
                    '"*/song*  _song name_"  or\n'
                    '"*/song*  _musician name - song name_"\n\n'
                    'to download some songs. 🎶',

Screenshots




What's New in this version 1.9v✨

  • Increased the downoading speed by x2🚅
  • Added youtube link🔗
  • Added a greet message after complete downloading📩
  • Minor bug fixes🔎
  • Optimizations🔃

Deployment Methods

Heroku

Deploy

Developer 🤗

Sanila Ranatunga

telegram-song-downloader-bot's People

Contributors

sanila2007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.