garnet
garnet copied to clipboard
Garnet — bot-friendly telethon
Results
2
garnet issues
Sort by
recently updated
recently updated
newest added
Bumps [ipython](https://github.com/ipython/ipython) from 7.23.0 to 8.10.0. Commits 15ea1ed release 8.10.0 560ad10 DOC: Update what's new for 8.10 (#13939) 7557ade DOC: Update what's new for 8.10 385d693 Merge pull request from...
dependencies
**todo!** 0. Optimize Filter instances as they're something that gets created a lot in code. Possibly make filters immutable. ```python class Filter(NamedTuple): pass or, simpler: Filter = dataclass(frozen=True)(Filter) ``` States...
enhancement
help wanted
good first issue