Coder Social home page Coder Social logo

sagleft / utopia-telegram-bridge Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 303 KB

Bot for transferring chat messages between messengers (Utopia, Telegram)

Home Page: https://udocs.gitbook.io/utopia-api/

License: MIT License

Go 92.29% Shell 7.71%
bot golang telegram utopia utopia-api utopia-ecosystem utopia-p2p web3

utopia-telegram-bridge's Introduction

logo

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.

๐Ÿค– use cases

  1. To unite different communities.
  2. To work together from different devices and messengers with your team.

๐Ÿ‹ run with docker

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.

๐Ÿ”ต manual build

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

cross-platform build

bash build.sh

โ„น๏ธ useful links


udocs

utopia-telegram-bridge's People

Contributors

sagleft avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.