Skip to content

Instantly share code, notes, and snippets.

@weeping-angel
Last active August 15, 2024 18:30
Show Gist options
  • Save weeping-angel/deb68d4ac20f29fae389bc78d2bab6a4 to your computer and use it in GitHub Desktop.
Save weeping-angel/deb68d4ac20f29fae389bc78d2bab6a4 to your computer and use it in GitHub Desktop.
[User's Interests] Shell command to retrieve all the tags followed by a user #shell #medium_api #medium_api_curl
curl --header "x-rapidapi-key: $RAPIDAPI_KEY" \
"https://medium2.p.rapidapi.com/user/1985b61817c3/interests"
{
"id": "1985b61817c3",
"tags_followed": [
"gadgets",
"privacy",
"history",
"education",
"ios-development",
"venture-capital",
.
.
.
],
"count": 50
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment