Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.
/ transmits Public archive

Message relay between «Telegram» and «VK».

License

Notifications You must be signed in to change notification settings

algorov/transmits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transmits

About

Message relay between «Telegram» and «VK».

How to use

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

Contributors ✨

SEMUL
SEMUL

💻
MusaFairy
MusaFairy

💻

About

Message relay between «Telegram» and «VK».

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published