Skip to content

Instantly share code, notes, and snippets.

@khuyentran1401
Created June 28, 2022 20:56
Show Gist options
  • Save khuyentran1401/5faf0e9c7f8a20294508bd18426a8248 to your computer and use it in GitHub Desktop.
Save khuyentran1401/5faf0e9c7f8a20294508bd18426a8248 to your computer and use it in GitHub Desktop.
from pydash import py_
def get_starred_repo_urls(data: list):
return py_(data).filter({"type": "WatchEvent"}).map("repo.url").value()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment