dm9pZCAq b5308ba7b1 add dl_bot, add docker stuff, some fixes | před 1 rokem | |
---|---|---|
src | před 1 rokem | |
tests | před 1 rokem | |
.dockerignore | před 1 rokem | |
.gitignore | před 1 rokem | |
Dockerfile | před 1 rokem | |
Dockerfile-dev | před 1 rokem | |
LICENSE.txt | před 1 rokem | |
README.md | před 1 rokem | |
pyproject.toml | před 1 rokem | |
run-in-docker | před 1 rokem |
bot for making video notes (rounded videos) from just videos
bot for cleaning ad links from audio search bots and others
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