Kylart / MalScraper

Scrape everything you can from MyAnimeList.net
MIT License
177 stars 49 forks source link

Fetching user info in getWatchListFromUser #63

Open QaisZAK opened 3 years ago

QaisZAK commented 3 years ago

Hey! This is more of a question / feature request.. Is it possible to fetch user info like username, image_url and stuff like that in the getWatchListFromUser()? So it can be:

username: 'exampleUsername',
image_url: 'somelink',
otherStuff: 'As many as you want'
data: [/* This array contains the usual return */]

If that's not possible can we have a getUser or add a functionality to search for users in the search function.. I don't mind any work arounds and whatever you find suitable.

The way I use getWatchListFromUser is that people can see each other's lists but I cannot display their avatar and info upon fetching the list. I can only show the data.

Thank you in advance, I'm a huge fan of the work btw. Much love

Kylart commented 3 years ago

Hello,

Yes it would be possible but only in the form of a getUser method. I'll try to work on that whenever I'll have some time 👌

StavrosNik4 commented 1 year ago

Hello, I made a getUser method. You can check it here https://github.com/Kylart/MalScraper/pull/85