Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create standardized way to add new messaging services #32

Open
JohnathonNow opened this issue Oct 9, 2018 · 1 comment
Open

Create standardized way to add new messaging services #32

JohnathonNow opened this issue Oct 9, 2018 · 1 comment

Comments

@JohnathonNow
Copy link
Owner

Right now it is messy to add new services, such as facebook messenger. Work should be done to make this easier.

@JohnathonNow
Copy link
Owner Author

I'm thinking there should be an Engine class that each service inherits from. Each Engine must provide, at minimum, send_text and send_image methods. These would be used by handlers. The main application would open the decrypted configuration file, spawn an Engine for each listed service as well as pass it the configuration information, and run each Engine within a fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant