Open megum1n opened 3 months ago
Maybe: https://github.com/PaulSonOfLars/gotgbot#features
No third party library bloat; only uses standard library.
@annihilatorrrr
No third party library bloat; only uses standard library.
gotgbot package itself still won't use any bloat. Only script to generate code will use external package.
Hey, thank you for your patience on my reply.
I know what you mean by thi not adding dependencies in practice, but it is in the root go.mod file, so there is a questionmark there. Would be best if they weren't there...
One option would be to make the generation files their own module; could we try creating some new go.mod and go.sum files for the codegen only? That should allow us to separate things as needed, and keep the lib dependency-free :)
How about make another repo for plugins or handlers need extra deps like python-telegram-bot has ptbcontrib?
@liuerfire That is indeed something I've considered.
Happy to open one up if theres demand :) What kind of things would people be looking for?
the most I want is persistent states for conversation :-)
What
Just like in #179, it would be great to have constants for all available reactions. I've added new dependency to get reaction name from the emoji string.
Alternatives
Impact