LonamiWebs / Telethon

Pure Python 3 MTProto API Telegram client library, for bots too!
https://docs.telethon.dev
MIT License
9.68k stars 1.38k forks source link

Projects using Telethon #744

Closed Lonami closed 6 years ago

Lonami commented 6 years ago

See Projects using Telethon on the Wiki

If you have or know any useful project that uses the library, please update the wiki with it so other people can find it more easily.

The library has been around for a while and some people have already made cool things with it. This issue was originally meant to have people comment about these useful projects, but has since then moved to the wiki.

As an example of some projects using Telethon itself to make cool things:

telegram-export

A tool to download Telegram data (users, chats, messages, and media) into a database (and display the saved data).

mautrix-telegram

A Matrix-Telegram hybrid puppeting/relaybot bridge.

TelegramTUI

A Telegram client on your terminal.

Poolitzer commented 5 years ago

https://github.com/Poolitzer/spotify_telegram_bio_updater

pretty proud of it, works good. May want to rename it on the way, will keep it here updated (or if it's in the doc then there)

Author website would either be my channel https://t.me/pooltalks (if that's not too much advertisement ) or my github link, that should work as well

baalajimaestro commented 5 years ago

https://github.com/raphielgang/telegram-userbot

Pretty much a modular userbot, similar to marie in its base, with abilities to block personal messages from random people and much more.

Check out the wiki on the repo for more/use the help command with the bot.

(( I dont wanna advertise too much xD ))

RealAkito commented 5 years ago

https://gitlab.com/blankX/gban-helper

Does exactly what it said, Help you gbanning peopple

https://github.com/mojurasu/kantek/

Does like the bot above but pretty much better!

(Those are not mine, But it worth)

SpEcHiDe commented 5 years ago

Please check out https://telegram.dog/CheckRestrictionsBot which can allow you to check restriction_reason of public bots and channels. It also works with private channels. 😉

ak4zh commented 4 years ago

Please consider adding ConfluxBot to the list of projects using telethon.

ConfluxBot allows you to connect multiple social Media accounts including Telegram (used telethon as the back end), Discord and Twitter at one place.

Users can create cross posts between accounts by creating connections.

Telegram Bot Link: https://telegram.me/ConfluxBot Website: https://confluxbot.com Web Dashboard: https://app.confluxbot.com

Video Tutorial: https://www.youtube.com/watch?v=gMmBFmCJSVA Documentation: https://confluxbot.readthedocs.io/en/latest/

Lonami commented 4 years ago

I plan to move the documentation page of "Projects using Telethon" to the wiki - Projects using Telethon. This way people can add any project they want with more ease, and I'm also lowering the quality bar with this so any project can be welcome.

If you're interested in having your project there, please add it yourself.