Sector-F-Labs/ratatoskr
A generic telegram to Kafka bridge written in Rust
This is a tool for developers who are building Telegram bots and want to connect them to custom processing logic without complex message brokers. It takes incoming Telegram updates (like messages or button clicks) as JSON and sends them to your script, then reads JSON responses from your script to send messages back to Telegram. Developers building command-line tools or shell pipelines for bot functionality would use this.
Use this if you are a developer looking for a straightforward way to integrate a Telegram bot with external scripts or programs using standard input/output and named pipes.
Not ideal if you are looking for a ready-to-use Telegram bot or a solution that doesn't require custom script development.
Stars
7
Forks
—
Language
Rust
License
BSD-3-Clause
Category
Last pushed
Feb 06, 2026
Monthly downloads
1
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/Sector-F-Labs/ratatoskr"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Arend-Jan/chat-gpt-lib-rs
A Rust library for interacting with OpenAI's ChatGPT API, providing an easy-to-use interface and...
openai-rs/openai-api
A simple Rust library for OpenAI API, free from complex async operations and redundant dependencies.
retrage/gpt-macro
ChatGPT powered Rust proc macro that generates code at compile-time.
rsmeowry/chatgpt_rs
OpenAI's ChatGPT API wrapper for Rust 🦀
teunissenstefan/chatgpt-gui
GTK 4 front-end to ChatGPT completions written in Rust