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

Real Admin Documentation #86

Open
Einarin opened this issue Sep 23, 2016 · 4 comments
Open

Real Admin Documentation #86

Einarin opened this issue Sep 23, 2016 · 4 comments

Comments

@Einarin
Copy link
Collaborator

Einarin commented Sep 23, 2016

The bot has a bunch of features that could really use some documentation. Topics include:

Configuring

  • auth.json
  • config.json
  • permissions.json
  • rss.json

How the Bot Uses

  • alias.json
  • messagebox.json
@Einarin
Copy link
Collaborator Author

Einarin commented Sep 23, 2016

@chalda Should we use the wiki for documentation, or do you want to do something fancier?

@chalda
Copy link
Owner

chalda commented Sep 29, 2016

@Einarin as someone says at work. Wikis is where documentation goes to die. I think readme would be fine. Unfortunately JSON doesn't allow for inline comments but nothing prevents us from having the config files be something other then json (would need a special loader for node but thats about it). I really really want to make generating an actual auth.json be part of an installer. This would prevent a lot of errors like missing commas or ". I promise I will get to this one day.

@Einarin
Copy link
Collaborator Author

Einarin commented Sep 29, 2016

One thing I saw another bot does that was a great idea is that the first time you start it it asks you questions for each of the things it needs, and then writes the auth file itself.

@F9Alejandro
Copy link
Collaborator

using an sqlite file or something like sqlalchemy would greatly benefit the bot to keep everything in a place where it is meant to be accessed numerous times.

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

No branches or pull requests

3 participants