Skip to content

uninhm/irc-telegram-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb3e63d · Jul 25, 2020

History

36 Commits
Jun 19, 2020
Jun 17, 2020
Jun 15, 2020
Jul 25, 2020
Jun 16, 2020

Repository files navigation

irc-telegram-bridge

Bridge bot between IRC, and Telegram.

Requirements if you want to compile it

  • nim
  • nim irc nimble install irc
  • nim telebot nimble install telebot

Compilation

Compile with -d:ssl and -d:release

nim c -d:ssl -d:release src/bot_irc.nim

that uses gcc by default, if you want to use clang:

nim c --cc:clang -d:ssl -d:release src/bot_irc.nim

Usage instructions

Rename the example_config.ini file to config.ini and set your configs.

Run the binary (Binary and config file must be in the same directory)