gmail_analyzer icon indicating copy to clipboard operation
gmail_analyzer copied to clipboard

Show statistics of your Gmail account

Results 12 gmail_analyzer issues
Sort by recently updated
recently updated
newest added

Bumps [babel](https://github.com/python-babel/babel) from 2.8.0 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...

dependencies

After I got messages and metadata downloaded, analysis fails with no output. This is the complete output. Just dies after not outputting any sender info: ``` 14:44:04 [~/Sites/contributions/gmail_analyzer] (master)$ python3.8...

I have about 200K messages in my gmail account, which take about 20 minutes to fetch. I'm running into errors during the processing phase, but that means I need to...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 to 4.7. Changelog Sourced from rsa's changelog. Version 4.7 - released 2021-01-10 Fix #165: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code Add padding...

dependencies

Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.18.0 to 0.19.0. Changelog Sourced from httplib2's changelog. 0.19.0 auth: parse headers using pyparsing instead of regexp httplib2/httplib2#182 auth: WSSE token needs to be string not bytes...

dependencies

(gmail_analyzer) user@macHD gmail_analyzer % python analyzer.py * Fetching messages page 2092 * Fetching messages meta data /Users/user/.local/share/virtualenvs/gmail_analyzer-SbFqPbob/lib/python3.7/site-packages/googleapiclient/http.py:1116: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead * Fetching messages meta...

I just downloaded and attempted to try gmail_analyzer. After overcoming the credentials.json (not documented here) issue, I could successfully start the python app, but it crashed with a message I'm...

I installed this and ran it according to directions. Pip env set to Python 3.10. OS is MacOS Ventura. I'm getting a 'src/credentials.json not found` error. ``` ✗ python3 analyzer.py...

Tried running this. I had to update Pipfile.lock to a newer version, because Python 3.7 is deprecated.