Last active
August 15, 2024 18:30
-
-
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
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