Skip to content

shreyasnikte/kesho-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kesho-telegram-bot

Music Player on the Remote Host

This is a python based Telegram Bot program (meant to run in the background) which is intended to run on a Remote Host machine connected to a music speaker system. This bot plays the requested title of the song from youtube (audio only).

Operation:

  1. User sends a string query (usually a song name, but it can be anything tbh!) to the Telegram Bot.
  2. The user query is searched on Youtube platform and list of results (a.k.a. Youtube recommendations for the query) is obtained.
  3. The bot then selects the first youtube recommendation for the queried title.
  4. The audio stream of that video is extracted and played on the host computer.

Supported Commands:

  • Play - Play "Title Name" (without quotes) will play the youtube recommendation which matches "Title Name"
  • Pause - Pauses current audio playback
  • Stop - Stops the current song and removes it from the player

Inspired from pietrocolombo's work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages