Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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)

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages