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

Retrieving data manually & file input option #14

Open
couleurm opened this issue Apr 4, 2024 · 1 comment
Open

Retrieving data manually & file input option #14

couleurm opened this issue Apr 4, 2024 · 1 comment

Comments

@couleurm
Copy link

couleurm commented Apr 4, 2024

Maybe the mutual data could be retrieved manually by injecting a few CSS tweaks in the web browser and gathering each friends' mutual friends with a css selector?

And that data could be built in a replica of whatever you're doing with the token and be manually stringified in the browser console, pasted in a file, and read in your program

How plausible is that to be possible?

@fr3fou
Copy link
Owner

fr3fou commented Apr 5, 2024

using a CSS selector would be kind of limiting as you'd still have to manually click on every friend you have.

a JS snippet you paste in our developer console would work better (one that clicks on each friend and gathers the information that way) but at that point you can just make the requests from the browser to begin with. this, however, would still scare some people away as discord spams your console with a lot of warnings about NOT pasting random snippets in there :D

i was thinking of maybe having a chrome extension that does that instead though, this seems like a more "user-friendly" choice. although i'm not sure about distributing the extension, not sure if it can be published to the chrome store.

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

2 participants