gchiu/rebolbot

Ensure rebolbot uses official APIs to access stack overflow where available

Opened this issue · 1 comments

Though there is no API for chat itself, StackExchange does have an API for many functions related to getting information about users/etc:

https://api.stackexchange.com/docs

It would be good to go over the code and make sure that if there does exist an official API for some piece of functionality, that it is used rather than reverse-engineering chat for that purpose.