Skip to content

A Telegram UserBot to Play Radio in Voice Chats. This is also the source code of the userbot which is being used for playing Radio in @AsmSafone Channel.

License

Notifications You must be signed in to change notification settings

Imteyazking01/Radio-Player-Live-Streaming

 
 

Repository files navigation

Telegram Radio Player UserBot made by KING FIGHTER

A Telegram UserBot to Play Radio in Channel or Group Voice Chats.

This is also the source code of the userbot which is being used for playing Radio in Imteyaz Channel.

Deploy to Heroku (The Easy Way)

Deploy

  • Generate pyrogram session string by String Session Generator Bot or running genStr.py by yourself on heroku run console.
  • Then Enable the worker after deploy the project on Heroku Resources Tab.

Heroku Vars

  1. API_ID : Get From my.telegram.org
  2. API_HASH : Get from my.telegram.org
  3. SESSION : Generate from @genStr robot.
  4. CHAT_NAME : Username of Channel/Group where the bot plays Radio.
  5. ADMIN : ID of user who can who can control the userbot.

Requirements

Run On VPS (The Hard Way)

$ git clone  https://github.com/Imteyazking01/Radio-Player-Live-Streaming
$ cd RadioPlayer
$ sudo apt-get install python3-pip ffmpeg
$ pip3 install -U pip
$ pip3 install -U -r requirements.txt

Edit config.py with your own values.

$ python3 main.py

Credits

  • Imteyaz [Dev]
  • MarshalX [For tgcalls]

About

A Telegram UserBot to Play Radio in Voice Chats. This is also the source code of the userbot which is being used for playing Radio in @AsmSafone Channel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%