Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benbalter/gmail-and-google-calendar-stats
Scrapes your GMail and Google Calendar data and returns it as a CSV for further analysis.
https://github.com/benbalter/gmail-and-google-calendar-stats
Last synced: 14 days ago
JSON representation
Scrapes your GMail and Google Calendar data and returns it as a CSV for further analysis.
- Host: GitHub
- URL: https://github.com/benbalter/gmail-and-google-calendar-stats
- Owner: benbalter
- Created: 2023-03-10T21:05:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-12T06:03:35.000Z (over 1 year ago)
- Last Synced: 2024-10-09T12:24:47.589Z (25 days ago)
- Language: TypeScript
- Homepage:
- Size: 261 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred - benbalter/gmail-and-google-calendar-stats - Scrapes your GMail and Google Calendar data and returns it as a CSV for further analysis. (TypeScript)
README
# GMail and Google Calendar stats
*Scrapes your GMail and Google Calendar data and returns it as a CSV for further analysis.*
## Why?
Because I wanted to understand meeting and email trends at my employer over time.
## How it works
The script uses the Google API to access your GMail and Google Calendar data. It then parses the data and returns it as a CSV file.
## What it looks at
* Internal-only meetings (all attendees in the same domain)
* Internal-only emails (all recipients in the same domain, excluding automated emails)## How to use
1. Clone the repo
2. Follow [the quickstart instructions for the Google API](https://developers.google.com/google-apps/calendar/quickstart/nodejs) to create a project, and get a `client_secret.json` file.
3. `npm run run` to authorize the script to access your data, and then run it.
4. Grab the resulting `messages.csv` and `events.csv` files and open them in your favorite spreadsheet program.
5. :cry: at the results. :chart_with_upward_trend: