Script that provide utilities to organise and interact with your GitHub lists.
github-cli: Gets user's stars
- Fetch lists: Retrieves lists (public and private) of a user and shows the stars in the lists.
- Fetch unlisted stars: Goes through a user's stars and lists' stars, then compares them to find stars which are not in any list.
- Open github.com (Be logged in)
- Open Web Developer Tools (Press F12 or Ctrl+Shift+I/Cmd+Option+I)
- Switch to the Network tab and reload GitHub
- In the request list, filter by typing
github.comor select Doc/HTML - Click the first request (usually
github.comor your username page) - In the right panel, select the Headers tab
- Scroll down to the Request Headers section
- Find the
Cookie:header line - Copy only the value (not the
Cookie:label) - Paste the copied string when the script prompts
Make sure the pasted cookie looks like the following:
user_session=abc123...; _gh_sess=xyz789...; logged_in=yes; dotcom_user=yourname