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)
- Open Network and reload GitHub
- Select a GET request (HTML type works most of the time)
- In the headers, scroll down to the Request Headers and find the Cookie header
- Right click on it and "Copy Value"