What suggestions or criticisms do you have for me?
I previously developed a version of the library, although it was not popular, but it was great for me and helped me build various commercial projects using it.
Probably the lack of writing strong documentation and not creating content to introduce and teach its use caused it to be unknown
This time I am rewriting it. The goal of this rewriting is to create a more modern, simpler and cleaner syntax. Also, new features and methods should be added to it
For example, sending a simple message will be as easy as this:
Bot::new()->text('Hello world')->send();
Its basic structure is being implemented
I don't know if there is interest in contributing to it or not, if you are interested, now is the time 😁
Top comments (2)
Hi, I'll be happy to look at the code with you.
Glad to hear this
github.com/botfire/botfire
It's still in its early stages