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

Standard configuration for bot backends #2

Open
5 tasks
wallabra opened this issue Jul 15, 2021 · 0 comments
Open
5 tasks

Standard configuration for bot backends #2

wallabra opened this issue Jul 15, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@wallabra
Copy link
Owner

wallabra commented Jul 15, 2021

A triarc bot currently requires specially written code to manually fetch configuration from wherever before it can connect online. Instead, it should be able to read a standardized configuration file, in a not yet decided format, which specifies multiple backends and their parameters. This may allow triarc.bot to have its own __main__.py.

  • Elaborate configuration module, for backend-agnostic configuration file loading
  • Add abstract configuration methods, and use supplied configuration fully, for each backend:
    • IRC
    • Discord
    • XMPP
  • Use configuration in all examples
@wallabra wallabra added the enhancement New feature or request label Jul 15, 2021
@wallabra wallabra added this to the Release 1.0.0 milestone Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant