Last active
January 23, 2025 12:48
[User's Interests] Shell command to retrieve all the tags followed by a user #shell #medium_api #medium_api_curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --header "x-rapidapi-key: $RAPIDAPI_KEY" \ | |
"https://medium2.p.rapidapi.com/user/1985b61817c3/interests" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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