A telegram bot for getting videos from websites.
Requires Python 3.10 or later.
To set up a virtualenv, install dependencies in it, and copy template files, run:
$ make install
Then, to run the bot, use:
$ sh run.sh
See quick-bot-no-pain's documentation for more details.
- 
Create a new directory and cdinto it.
- 
Create the docker-compose.ymlfile:version: '3' services: bot: image: "ghcr.io/classabbyamp/vidifierbot:latest" restart: on-failure volumes: - "./data:/app/data:rw" 
- 
Create a subdirectory named data.
- 
Copy the templates for keys.pyandhelp.mdtodata/, and edit them.
- 
Run docker-compose:$ docker-compose pull $ docker-compose up -dRun without "-d" to test the bot. (run in foreground) 
Copyright (C) 2021-2022 classabbyamp
This program is released under the terms of the BSD-3-Clause license.
See LICENSE for full license text.