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