Sunda001 / pytgcalls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTgCalls

How to install?

Here's how to install the PyTgCalls lib, the commands are given below:

cd pytgcalls/ && \
npm install && \
npm run prepare && \
cd pytgcalls/js && \
npm install && \
cd ../../ && \
pip install -r requirements.txt

Conversion command

ffmpeg -i {INPUT_FILE} -f s16le -ac 1 -acodec pcm_s16le -ar {BITRATE} {OUTPUT_FILE}

Credits

Big thanks to @evgeny-nadymov for allowing us to use their code from telegram-react

This library is based on tgcallsjs developed @AndrewLaneX and pyservercall by @Laky-64

About

License:GNU Lesser General Public License v3.0


Languages

Language:Python 52.1%Language:TypeScript 31.6%Language:JavaScript 16.4%