Message relay between «Telegram» and «VK».
Clone the repository:
git clone https://github.com/algorov/transmits
Setting up the environment:
python3 -m venv env && source env/bin/activate && pip3 install -r requirements.txt
Specify the VK and Telegram bot tokens in .env:
BOT_TOKEN=
BOT_TOKEN_VK=
Go to the src/Server/ directory and start the server:
dotnet run
Go to the src/TG/ directory and start the server specifying the address and port:
# Example
python3 side.py 127.0.0.1 1234
Go to the src/VKBOT/ directory and start the server specifying the address and port:
# Example
python3 main.py 127.0.0.1 1234
SEMUL 💻 |
MusaFairy 💻 |