OSCA-Kampala-Chapter / autobot

Autobot is a bot library targetted to build software bots for various platforms with ease of integration in mind
MIT License
14 stars 15 forks source link

move bot specific code to separate project #172

Closed TobiasHT5 closed 1 year ago

TobiasHT5 commented 1 year ago

Like it's mentioned in the Readme of this project, autobot is an ever evolving project. The vision for autobot is to turn it into a fully features and functional automation/workflow engine, and in order to do that, it would be wise to centralize the code base around that vision and transfer any code that doesn't follow it. This has spawned the development out bot specific projects like autotelegram for telegram bot. In the final task to migrate the code, we need to remove the telegram module from autobot, and also remove the dependencies to autotelegram so that the two projects are treated as fully independent projects.