xxskyy-ex / VoiceChatStreamer-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voice Chat Streamer

_Userbot untuk memutar vidio maupun lagu

GitHub Repo stars GitHub forks

🎯 Follow me and star this repo for more telegram bots.

πŸ“Œ Features

  • Play youtube live streams.
  • Radio playing.
  • Play videos from youtube in audio and video formats
  • Play via youtube search
  • Telegram video/audio playing
  • Admin control

πŸ“Œ Deployment

  • Deploy to Heroku

Deploy

How to get API_ID and API_HASH Get API_ID and API_HASH from here. I think its easy.
How to generate SESSION? Step 1: Go to here.
Step 2: Click run button and wait.
Step 3: Not ask for option. Fill number 1.
Step 4: Now ask for API ID and API HASH. Fill them.
Step 5: Now ask for mobile fill it also.
Final Step: Now ask for confirmation. Fill it. TraLaa. Now check saved. String Session will be there.

🏷 Self Host

For Linux (Ubuntu)

  • Updating package list and Install wget, git
    • sudo apt-get update && sudo apt-get install wget git -y
  • Installing Docker
    • wget https://get.docker.com -O get-docker.sh
    • sudo bash get-docker.sh
    • rm get-docker.sh
  • Cloning Repo and Go to dir
    • git clone https://github.com/Rifkiarisman/VoiceChatStreamer bot
    • cd bot
  • Now edit "config.py" with your values.
  • Docker Build
    • sudo docker build . -t vcstreamer
  • Start Bot
    • sudo docker run vcstreamer

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 98.9%Language:Dockerfile 1.1%