coqui-ai /
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
98/100 healthLoading repository data…
k1rrrkvz / repository
A Python toolkit to parse Telegram channel posts with Telethon and deliver them via an aiogram bot - no admin rights required!
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.

This repository contains two Python scripts: tg_parser.py and app.py. Together, they let you parse posts from Telegram channels and deliver them through a Telegram bot. No need to add the bot as an admin—just pure parsing power at your fingertips! 🔥
tg_parser.py is a Python script powered by the Telethon library. It logs into Telegram as a user and fetches posts from any public channel you choose.
Install the required library with the specified version:
pip install aiogram==3.17.0
pip install telethon==1.36.0
To connect to Telegram via Telethon, you need API credentials (api_id and api_hash). Follow these steps to obtain them:
Visit the Telegram API Portal
Log In
+79991234567.Create an App
"ChannelParser". This can be anything you like."Parser"."Desktop" (or another option if preferred; "Desktop" works fine for this)."For parsing Telegram channels".Save Your Credentials
api_id: A unique number, e.g., 12345678.api_hash: A long string of letters and numbers, e.g., aa11bb22cc33dd44.tg_parser.py to authenticate your connection.Note: Keep your api_id and api_hash private. Don’t share them publicly, as they give access to your Telegram account through the API.
python tg_parser.py
Ctrl+C in the terminal to pause the action.Selected from shared topics, language and repository description—not editorial ratings.
coqui-ai /
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
98/100 healthComposioHQ /
Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.
97/100 healthgoogle /
An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
94/100 healthhoffstadt /
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
92/100 healthdavisking /
A toolkit for making real world machine learning and data analysis applications in C++
96/100 healthlark-parser /
Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
88/100 health