-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fetch avatar URLs from each website #35
Comments
|
Should we make this a backend only task to begin with? |
Yes, that's what I had in mind. |
Is there a reason to rely on metadata only? Why not add proper image fetching for valid usernames as link templates to websites.yml(and use it) |
@nalinbhardwaj they're not available for all websites, but yes if we can get them, they're a better option to handle image fetch. Apart from this, in case of fb, we'll have to extract |
Might be helpful: |
Makes function get_avatar() and adds avatar related info to websites.yml Closes #35
Most of the websites have some sort of avatar which can be obtained and included in the results for 'Taken' names.
This will help to see whether a username has a consistent avatar across various platforms, which can be used as a proxy to guess that they are taken by the same person.
The text was updated successfully, but these errors were encountered: