Crates.io | talon-gui |
lib.rs | talon-gui |
version | 1.0.7 |
source | src |
created_at | 2023-12-06 21:33:13.11311 |
updated_at | 2024-10-25 10:47:50.30582 |
description | On-demand Telegram chat analytic generator |
homepage | https://github.com/TheRustyPickle/Talon |
repository | https://github.com/TheRustyPickle/Talon |
max_upload_size | |
id | 1060436 |
size | 397,197 |
Talon is a tool to generate on-demand data insights from public Telegram chats. Powered by Rust, grammers, and egui, it offers a straightforward interface that leverages the Telegram account API.
Talon uses the grammers library for Telegram operations. Please be aware that grammers is currently under development and may not be stable or audited for security.
1. Run from Source Code:
git clone https://github.com/TheRustyPickle/Talon
cargo run --release
2. Run the latest Release:
3. Install using Cargo:
cargo install talon-gui
talon
See here for location info where app data is saved which is determined based on the OS. Files can be added, deleted, or modified here to reflect in the application.
Talon is designed to work only with public Telegram chats and does not support private groups. The app operates entirely on-demand, without saving any data or analyzing messages beyond counting them and checking the timestamp. Users are responsible for ensuring their use of this tool complies with Telegram’s Terms of Service and relevant laws.
Have feedback, found a bug, or have a feature request? Feel free to open an issue. Pull requests are welcome!
Talon is under the MIT License.