dm9pZCAq 8946c5698e README.md: add info about docker | hai 6 meses | |
---|---|---|
src | hai 6 meses | |
tests | hai 1 ano | |
.dockerignore | hai 6 meses | |
.gitignore | hai 6 meses | |
Dockerfile | hai 6 meses | |
LICENSE.txt | hai 1 ano | |
README.md | hai 6 meses | |
common.docker-compose.yml | hai 6 meses | |
docker-compose.yml | hai 6 meses | |
pyproject.toml | hai 6 meses |
bot for making video notes (rounded videos) from just videos
bot for cleaning ad links from audio search bots and others
bot for inserting preview of this link to bottom of the text
bot for downloading anything with yt-dlp
configuration stored in toml file located in ${XDG_CONFIG_HOME}/${bot_name}/config.toml
,
or you can pass another path with --config
option
config format:
# from https://core.telegram.org/api/obtaining_api_id
api-id = 1234
api-hash = 'hash'
# from @BotFather
bot-token = 'bot:token'
see --help
for more info
to start all bots via docekr compose
create configs:
config/audio.toml
config/bottom.toml
config/dl.toml
config/video.toml
and run:
docker compose up -d
or without compose
docker buildx build -t cool-bots .
docker run --rm -it \
-v "${PWD}/config/dl.toml:/config/config.toml" \
cool-bots \
/app/venv/bin/dl-bot --config /config/config.toml