All Projects → callsmusic → Callsmusic

callsmusic / Callsmusic

Licence: gpl-3.0
The first open-source PyTgCalls-based project.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Callsmusic

Telegram Bot
Ruby gem for building Telegram Bot with optional Rails integration
Stars: ✭ 433 (+598.39%)
Mutual labels:  telegram-bot, async, telegram
Pyrogram
Telegram MTProto API Client Library and Framework in Pure Python for Users and Bots
Stars: ✭ 2,252 (+3532.26%)
Mutual labels:  async, telegram, mtproto
Madelineproto
Async PHP client/server API for the telegram MTProto protocol
Stars: ✭ 1,776 (+2764.52%)
Mutual labels:  async, telegram, mtproto
Telebot.nim
Async client for Telegram Bot API in pure Nim [Bot API 5.1]
Stars: ✭ 93 (+50%)
Mutual labels:  telegram-bot, async, telegram
Telebot
Write Telegram bots in Rust with Tokio and Futures
Stars: ✭ 179 (+188.71%)
Mutual labels:  telegram-bot, async, telegram
Novagram
An Object-Oriented PHP library for Telegram Bots
Stars: ✭ 112 (+80.65%)
Mutual labels:  telegram-bot, telegram, mtproto
Telegramapiserver
Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server
Stars: ✭ 152 (+145.16%)
Mutual labels:  async, telegram, mtproto
WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+201.61%)
Mutual labels:  telegram, telegram-bot, mtproto
Mtproto
Full-native go implementation of Telegram API
Stars: ✭ 566 (+812.9%)
Mutual labels:  telegram-bot, telegram, mtproto
Moviemagnetbot
🤖 telegram bot for movies
Stars: ✭ 39 (-37.1%)
Mutual labels:  telegram-bot, telegram
Planetpython telegrambot
Django App Planet Python Telegram Bot
Stars: ✭ 42 (-32.26%)
Mutual labels:  telegram-bot, telegram
Telegram Bot Ruby
Ruby wrapper for Telegram's Bot API
Stars: ✭ 1,039 (+1575.81%)
Mutual labels:  telegram-bot, telegram
Garnet
Garnet — bot-friendly telethon
Stars: ✭ 36 (-41.94%)
Mutual labels:  async, telegram
Mtg
Bullshit-free MTPROTO proxy for Telegram
Stars: ✭ 976 (+1474.19%)
Mutual labels:  telegram, mtproto
Mtprotoproxy
Async MTProto proxy for Telegram
Stars: ✭ 1,014 (+1535.48%)
Mutual labels:  telegram, mtproto
Teleperl
Pure perl mtproto/telergam client
Stars: ✭ 34 (-45.16%)
Mutual labels:  telegram, mtproto
Nikoro
A plugin-based, all-in-one, Telegram Bot written in Node.js
Stars: ✭ 51 (-17.74%)
Mutual labels:  telegram-bot, telegram
Telebot
The easy way to write Telegram bots in Node.js
Stars: ✭ 1,096 (+1667.74%)
Mutual labels:  telegram-bot, telegram
Spytrojan keylogger
[Solo para programadores] Troyano espía | Keylogger solo para Windows, se replica en el sistema y se inicia automaticamente al iniciar sesión. | Envío de registro mediante [Base de Datos], [Gmail] o [BotTelegram].
Stars: ✭ 32 (-48.39%)
Mutual labels:  telegram-bot, telegram
Marvin
The paranoid bot (framework)
Stars: ✭ 51 (-17.74%)
Mutual labels:  telegram-bot, telegram

SU Music Player — The first open-source PyTgCalls based Pyrogram bot to play music in voice chats

Requirements

  • FFmpeg
  • NodeJS 15+
  • Python 3.7+

Deployment

Config

Copy example.env to .env and fill it with your credentials.

Without Docker

  1. Install Python requirements:
    pip install -U -r requirements.txt
    
  2. Run:
    python main.py
    

Using Docker

  1. Build:
    docker build -t musicplayer .
    
  2. Run:
    docker run --env-file .env musicplayer
    

Heroku

Deploy

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].