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-api
start new Utopia container:
docker container run -d uto9234/utopia-api
Hint: -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 ps
copy container ID
& paste to the following:
(example for container ID 5d2df19066ac)
docker container inspect 5d2df19066ac
Find 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.json
Then 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:
./bot
bash build.sh