/PlayAStream

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Play A Stream, inside your Telegram

GitHub Repo stars GitHub issues GitHub pull requests GitHub contributors GitHub repo size GitHub Bot Updates

yet another Telegram Voice Chat Bot By @SpEcHiDe To Stream Audio / Video in Telegram Voice Chat.

Config Vars:

  • Please read sample_config.env to understand the mandatory and optional variables, used for this bot.

Requirements

Deploy your Own Bot

Railway

Heroku

any GNU/Linux system [RECOMMENDED]

git clone https://github.com/SpEcHiDe/PlayAStream.git
  • Enter into the cloned directory.
cd PlayAStream
python3 -m venv venv
  • Activate the virtual environment.
. ./venv/bin/activate
  • Install the requirements.txt.
$ pip3 install --upgrade pip
pip3 install --upgrade --no-cache-dir -r requirements.txt
  • create a config.env appropriately, based on the given sample_config.env file.

  • Run the bot using

python -m bot

LICENSE

CREDITS