Forward VK conversation messages to TG
-
Clone the repo
git clone https://github.com/dhvcc/forwarding-bot.git
-
Initialize virtual environment
./init/venv.sh
orvirtualenv venv
source venv/bin/activate
pip install -r requirements.txt
-
Set
config.json
variables (copyconfig_sample.json
) -
Run the module
source venv/bin/activate
python -m forwarding_bot
-
Install via
pip install forwarding-bot
-
Run the module
forwarding-bot
The readme is aimed at the Linux user, but you should be able to make it run on Windows
uvloop
is currently not supported on Windows
pre-commit
usage is highly recommended
install hooks via pre-commit install -t=pre-commit -t=pre-push