upes-open / OSoC-bio.lnk

A web based application to create your personalized link in bio pages, with integrations from leading social media platforms, to showcase your profile using a single link.
4 stars 10 forks source link

Added the profile scrapping using Discord functionality under issue #34 #37

Closed rohin079 closed 1 year ago

rohin079 commented 1 year ago

Used Discord's official api to fetch user details based on their USER ID

The end point can be checked by making a post request to the '/api/fetch-discord-profile' end point with the payload of -:

{ "discordUserId": "YOUR_DISCORD_USER_ID" // Replace with the actual Discord user ID you want to fetch. }

It fetches all the data and stores the necessary fields in the discordprofiles collection on shared mongo cluster

netlify[bot] commented 1 year ago

Deploy Preview for storied-shortbread-84aa00 canceled.

Name Link
Latest commit db2156366fa94dae705da5a60402976d4d03c909
Latest deploy log https://app.netlify.com/sites/storied-shortbread-84aa00/deploys/64c75437ff3b4c00075a121f
deepanshu-rawat6 commented 1 year ago

PR looks good, great job✨