with asynchronous I/O - Python 3 MTProto library to interact with Telegram's API.
- Multi Client
SESSION
- ChatGPT
Open AI
- Managing Group.
( Telegram )
- Social Media.
( Searching & Downloader )
Downloader: Instagram/Tiktok/Youtube/Pinterest Searching: Google/Instagram/Tiktok/Youtube/Github etc.
python3 -m pygen
Copy file sample.env or rename to config.envRecommended, get string from repository.
cp sample.env config.env
apt-get update -y && apt list --upgradeable \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends \
wget curl git python3-dev \
python3-pip python3-venv \
python3-testresources \
python3-libxml2 gcc g++ neofetch \
pkg-config build-essential \
ffmpeg libavformat-dev libavcodec-dev \
libavdevice-dev libavutil-dev libswscale-dev \
libswresample-dev libavfilter-dev libzbar0 linux-libc-dev \
apt-get -qqy clean \
&& rm -rf -- ~/.cache \
/var/lib/apt/lists/* \
/var/cache/apt/archives/* \
/etc/apt/sources.list.d/* \
/usr/share/man/* /usr/share/doc/* \
/var/log/* /tmp/* /var/tmp/*
apt-get install docker.io -y
# create the docker plugins directory if it doesn't exist yet
mkdir -p ~/.docker/cli-plugins
# download the CLI into the plugins directory
curl -sSL https://github.com/docker/compose/releases/download/v2.23.1/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
# make the CLI executable
chmod +x ~/.docker/cli-plugins/docker-compose
- Install requirements:
pip3 install -U --no-cache-dir --break-system-packages -r main.txt
- Run pytel:
python3 -m start --help
git pull \
&& docker system prune -f \
&& docker compose up --detach --build --remove-orphans --no-color \
&& docker compose logs -f
- Heroku - Click Here
GNU AGPL-3.0 © 2023-present KASTA ID 🇮🇩
- Author: Developer - @Unknownkz