Skip to content

bozdoz/gmail-scraping-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gmail Scraping

Google API's are a nightmare.

Upgraded gmail scraping from this useless repo: https://github.com/bozdoz/gmail-scraping

Used this quickstart: https://developers.google.com/gmail/api/quickstart/python#step_3_set_up_the_sample

Had to set up OAuth, add myself as a test user, run this script, continue through the security warnings, and allow access to my own data. Service accounts don't work with gmail api, and token's don't seem to work well anymore either

Usage

> NAMES="Mayor Quimby,Principal Skinner,Chief Wiggum" python main.py
 Mayor Quimby,12/1/2022,$675
 Principal Skinner,12/1/2022,$950
 Chief Wiggum,12/1/2022,$670

About

Google APIs are a nightmare

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages