Joe Paul

Results 5 comments of Joe Paul

@mnunberg Can you release 0.7.1 to pypi?

> Seems like this might have been fixed in the upstream JDBC driver 0.3.2 https://github.com/ClickHouse/clickhouse-jdbc/releases/tag/v0.3.2 [ClickHouse/clickhouse-jdbc#680](https://github.com/ClickHouse/clickhouse-jdbc/issues/680) I can confirm that building this plugin with 0.3.2 jdbc driver fixed the issue....

@reinethernal If i understanding correctly, you are looking for a telegram messenger implementation for connecting to listmonk?

Ref: https://github.com/go-telegram-bot-api/telegram-bot-api#example 1. Initialize [telegram client.](https://github.com/joeirimpan/listmonk-messenger/blob/master/main.go#L90) 2. Implement [.Push()](https://github.com/joeirimpan/listmonk-messenger/blob/master/messenger/messenger.go#L11) where we can push to telegram chat. See example [here](https://github.com/go-telegram-bot-api/telegram-bot-api/blob/master/bot_test.go#L72)

I haven't added Telegram provider to this project yet. @reinethernal Are you interested in building this out?