butler1233 / stackoverflow-chatbot

Botler
4 stars 5 forks source link

Webinterface for logs and statistics #28

Open hrkrx opened 4 years ago

hrkrx commented 4 years ago

Would be nice, because SSH or rdp into a server is bothering at times, especially on mobile.

Also we can't fall behind wietbot

butler1233 commented 4 years ago

If Wiet would stop being such an arse about the message formatting and let us deal with it, I was basically going to look at completely rearchitecting the bot as a web app and host him in azure app service. Unfortunately thogh I don't want to have to mess about with all of that horrible SharpExchange setup crap and have to rebuild it on there, and I was going to use his message queues instead.

hrkrx commented 3 years ago

If I wanted to add a webinterface how should authentification be handled? OAuth2 via SO?

Regenhardt commented 1 year ago

Does the bot even have logs and statistics? What is logged there?

Regenhardt commented 1 year ago

ChatGPT says it's all Console.WriteLine so I guess a first step would be to inject a common logger and use that? It can still log to console, but then it's a single point of configuration.