-
Notifications
You must be signed in to change notification settings - Fork 19
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
[FEATURE] API #104
Comments
something something "ehh seems a little weird to have a public list of users for X thing" 🤷 I mean, searching is always possible, but just like not having !top list the usernames, it feels a little iffy. |
IMO it’s much less of a target for datamining than the public discord itself. You’d have to write a custom dataminer for this and then figure out how to maliciously use it, whereas I’m sure there are already public discord selfbots for datamining servers. Though I’m not sure it any of this violates (or is already violating) any privacy law eg GDPR. You could also add in opt in/out system for people who don’t wish to have it available via the API. Not sure what makes sense for the default there. |
actually, the GDPR situation for the fetch database is interesting, I have no idea how that actually works in this context 🤔 |
I don't think there would be a GDPR issue with the fetch, as it gives you
everything it has on you.
But on the other hand, I'm not sure about #bot-messages.
|
Do we have any known law-person in the server? |
Just move to America |
thanks but even us brits have some dignity. |
Ok brit |
Add a read only HTTP(S) API to query fetch data and project info (whenever the project system is implemented). Would be useful to implement a web frontend or generate more complex statistics than what the bot currently offers.
The text was updated successfully, but these errors were encountered: