Some useful telegram bots

dm9pZCAq b5308ba7b1 add dl_bot, add docker stuff, some fixes 1 年之前
src b5308ba7b1 add dl_bot, add docker stuff, some fixes 1 年之前
tests 07a0bdbf73 fix byte_convertor 1 年之前
.dockerignore b5308ba7b1 add dl_bot, add docker stuff, some fixes 1 年之前
.gitignore b5308ba7b1 add dl_bot, add docker stuff, some fixes 1 年之前
Dockerfile b5308ba7b1 add dl_bot, add docker stuff, some fixes 1 年之前
Dockerfile-dev b5308ba7b1 add dl_bot, add docker stuff, some fixes 1 年之前
LICENSE.txt 5d7664ff06 initial 1 年之前
README.md 01c97bac8c update README.md with basic info 1 年之前
pyproject.toml b5308ba7b1 add dl_bot, add docker stuff, some fixes 1 年之前
run-in-docker b5308ba7b1 add dl_bot, add docker stuff, some fixes 1 年之前

README.md

bots

video_note_bot

bot for making video notes (rounded videos) from just videos

audio_cleaner_bot

bot for cleaning ad links from audio search bots and others

configuration

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