Note 1: There is a separate branch to fetch project details. Please check it out.
Note 2: This script seems to be working for both PS-I and PS-II. If you face any trouble, ping me on facebook.
Note 3: You can find the binaries in the releases. Make sure you are downloading binaries of the master branch.
Video Tutorial Link: https://youtu.be/I7PGqZqXOzA
Instructions:
- Open Google Chrome
- Press F12 to show debugging mode
- Open PSD site and Login (keep the debug thingy open)
- After Login, Go to "Network" tab in the debug thingy
- Select Login.aspx from the list of files
- Go to "Headers" and find "Cookies" written in bold
- Copy the cookie's value
- Go to the folder where you downloaded/compiled the app (using terminal)
- See Commands below
Commands:
Note: paste whatever you copied from chrome where I've written cookie and make sure you are using the correct binary
Create csv file
./<binary> -g "cookie"
(with quotes, don't forget to replace with the binary that you downloaded)
Update List (from the same csv file)
./<binary> -u "cookie"
(with quotes ,don't forget to replace with the binary that you downloaded)