An open API service indexing awesome lists of open source software.

https://github.com/ptrcnull/teleirc

telegram irc bridge
https://github.com/ptrcnull/teleirc

bridge golang hacktoberfest irc telegram

Last synced: about 1 year ago
JSON representation

telegram irc bridge

Awesome Lists containing this project

README

          

# teleirc
> telegram irc bridge

## Configuration

```
TG_TOKEN=bot123456789:ABCDEFaaaaaaaaaaabbbbbbbbbcccccccc
TG_CHAT_ID=-1001223948329
IRC_HOST=irc.example.tld
IRC_PASSWD=asdf
```

## Usage

```
go run server.go
```