You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This project reverse engineers the Office 365 Outlook webapp API, collecting all
5
5
6
6
The `x-owa-canary` cookie is automatically retrieved from your browser and used to authenticate the API request. The API response is then parsed and entered into a 2d array. This array is then converted into a comma-separated-value format which is then downloaded as `user_db.csv` via your browser.

9
9
10
10
### Sample csv
11
11
Below is the data structure of the `.csv` file generated, formatted as a Markdown table (information redacted):
@@ -174,4 +174,4 @@ The API responds with a list of users. Below is the data structure returned per
174
174
175
175
## Special thanks
176
176
-[`@edubey`](https://github.com/edubey) - [Inspiration](https://github.com/edubey/browser-console-crawl/blob/master/single-story.js) for the project.
177
-
-[`@freddierick`](https://github.com/freddierick) - [Async fix](https://github.com/smcclennon/ous/commit/7ae0bc62468ddddc435481b7dae3abad8800890c) to make everything wait for the API `fetch()` request to complete.
177
+
-[`@freddierick`](https://github.com/freddierick) - [Async fix](https://github.com/smcclennon/ous/commit/7ae0bc62468ddddc435481b7dae3abad8800890c) to make everything wait for the API `fetch()` request to complete.
0 commit comments