awesome-telegram icon indicating copy to clipboard operation
awesome-telegram copied to clipboard

add collect some develop telegram repos

Open CodeWater404 opened this issue 4 months ago • 1 comments

I noticed that the repository only contains some existing bots, discussion groups, channels, related libraries, etc., but lacks repositories developed using Telegram libraries and bot libraries.
Could we expand the collection to include these?

for example: freqtrade captcha-bot

CodeWater404 avatar Aug 15 '25 16:08 CodeWater404

Hi,

Please review these sections:

  • https://github.com/ebertti/awesome-telegram#bot-libs
  • https://github.com/ebertti/awesome-telegram#tools

After that, feel free to create a pull request adding your proposed links 🙂

ebertti avatar Aug 15 '25 16:08 ebertti

@devloai make this fix and create a pull request

ebertti avatar Dec 22 '25 11:12 ebertti

I'll review the repository structure and create a plan for adding these development projects to the appropriate sections or propose a new category if needed.

Status: Done.

devloai[bot] avatar Dec 22 '25 11:12 devloai[bot]

Plan to Add Telegram-Based Projects Section

Based on my analysis of the issue and the provided examples (freqtrade and captcha-bot), I'll add a new section for open-source projects that are built using Telegram libraries.

Proposed Changes:

  1. Add new section: Create "Open Source Projects" or "Example Projects" category

    • This will showcase real-world applications built with Telegram APIs
    • Position: After the "Tools" section, before "Themes"
  2. Add the two example projects:

    • [freqtrade](https://github.com/freqtrade/freqtrade) – Free, open source crypto trading bot with Telegram integration for management and notifications.
    • [captcha-bot](https://github.com/assimon/captcha-bot) – Telegram group verification bot written in Go to prevent spam and advertising bots.
  3. Format: Follow existing conventions

    • Use proper em dash (–) between link and description
    • Descriptions start with capital letter and end with period
    • Use Open Source notation where appropriate

Section structure:

## Open Source Projects

Projects and applications built using Telegram Bot API and MTProto libraries.

* [freqtrade](https://github.com/freqtrade/freqtrade) – Free, open source crypto trading bot with Telegram integration for management and notifications.
* [captcha-bot](https://github.com/assimon/captcha-bot) – Telegram group verification bot written in Go to prevent spam and advertising bots.

This will:

  • Provide a dedicated space for complete projects (not just libraries or tools)
  • Help developers find real-world examples of Telegram integration
  • Keep the awesome list organized by distinguishing between libraries, tools, and full applications

Please confirm if this approach looks good, or suggest any modifications! 🚀

devloai[bot] avatar Dec 22 '25 11:12 devloai[bot]