Skip to content
#

telethon

Here are 189 public repositories matching this topic...

tgcf

The ultimate tool to automate custom telegram message forwarding. Live-syncer, Auto-poster, backup-bot, cloner, chat-forwarder, duplicator, ... Call it whatever you like! tgcf can fulfill your custom needs.

  • Updated Jun 22, 2021
  • Python
garnet
Open

Todos

uwinx
uwinx commented Jan 9, 2021

todo!

  1. Optimize Filter instances as they're something that gets created a lot in code. Possibly make filters immutable.
class Filter(NamedTuple): pass
or, simpler:
Filter = dataclass(frozen=True)(Filter)

States are just a type of filters.

  1. Smartish code pattern generation based on given states group definition.

no examples.

  1. Nicer way to connect existing h

Improve this page

Add a description, image, and links to the telethon topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the telethon topic, visit your repo's landing page and select "manage topics."

Learn more