BastliBridge

git clone git://xatko.vsos.ethz.ch/BastliBridge.git
Log | Files | Refs | Submodules | README

README.md (342B)


      1 Bastli IRC Bridge
      2 =================
      3 
      4 This Bot connects to the Telegram Bot API, as well as an IRC server, and bridges between them.
      5 
      6 Building
      7 =======
      8 
      9 	git submodule update --init
     10 	make
     11 
     12 Running
     13 =======
     14 
     15 Depending on whether you built the debug-binary, you run
     16 
     17 	./bastlibridge-debug <Telegram API-Key>
     18 or
     19 
     20 	./bastlibridge <Telegram API-Key>