Bot for transferring chat messages between messengers (Utopia, Telegram)
The finished compiled version can be found on the ⬇️ https://github.com/Sagleft/utopia-telegram-bridge/releases page.
- To unite different communities.
- To work together from different devices and messengers with your team.
Get the Utopia docker image:
docker pull uto9234/utopia-apistart new Utopia container:
docker container run -d uto9234/utopia-apiHint: -d is optional parameter means to run the container in the background.
To find the IP of Utopia client host from the docker container, do the following:
docker pscopy container ID & paste to the following:
(example for container ID 5d2df19066ac)
docker container inspect 5d2df19066acFind the IP in the IPAddress field.
Next, go to the "manual build" step or download the finished release of the bot.
git clone https://github.com/Sagleft/utopia-telegram-bridge bridge-bot && cd bridge-bot
go build
cp config.example.json config.jsonThen update the parameters in config.json file.
Use the following parameters to connect:
- API host: host or IP.
- API port:
22825 - API protocol:
http - API token:
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
To start the bot:
./botbash build.sh
